Add storage options form in admin/site page
This commit is contained in:
committed by
Hypolite Petovan
parent
f7b6fef197
commit
fdc6608af8
@@ -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 []; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user