Add storage options form in admin/site page

This commit is contained in:
fabrixxm 2018-12-08 18:49:16 +01:00 committed by Hypolite Petovan
parent f7b6fef197
commit fdc6608af8
6 changed files with 169 additions and 16 deletions

View file

@ -51,4 +51,8 @@ class Database implements IStorage
{
return DBA::delete('storage', ['id' => $ref]);
}
}
public static function getOptions() { return []; }
public static function saveOptions($data) { return []; }
}