Remove unused method

This commit is contained in:
Flavio Copes
2016-07-04 18:02:24 +02:00
parent 9f14a6fd91
commit 35013859cf

View File

@@ -681,16 +681,6 @@ 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.
*