mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 00:35:30 +02:00
Stub for backups
This commit is contained in:
@@ -579,6 +579,16 @@ class Admin
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the list of available backups
|
||||
*
|
||||
* @return array Array containing the latest backups
|
||||
*/
|
||||
public function backups()
|
||||
{
|
||||
return []
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the page creating it if it does not exist.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user