]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/Database.php
Replaced quotes
[friendica.git] / src / Model / Storage / Database.php
index 39a1cb64ab7dfb89a358caa140bad79ddf7c434b..60bd154e6a863188040134bda3405699244d26e3 100644 (file)
@@ -8,7 +8,6 @@ namespace Friendica\Model\Storage;
 
 use Friendica\Core\Logger;
 use Friendica\Core\L10n;
-use Friendica\Core\System;
 use Friendica\Database\DBA;
 
 /**
@@ -51,4 +50,14 @@ class Database implements IStorage
        {
                return DBA::delete('storage', ['id' => $ref]);
        }
-}
\ No newline at end of file
+
+       public static function getOptions()
+       {
+               return [];
+       }
+
+       public static function saveOptions($data)
+       {
+               return [];
+       }
+}