]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/Database.php
Merge pull request #10860 from nupplaphil/feat/depository_profilefield
[friendica.git] / src / Model / Storage / Database.php
index 3457fa4a3045c07099c4888a7f11a4034525d1fc..7b90d878909221d8f2ac59d48e990c8cd0f51f08 100644 (file)
@@ -113,22 +113,6 @@ class Database implements IWritableStorage
                }
        }
 
-       /**
-        * @inheritDoc
-        */
-       public function getOptions(): array
-       {
-               return [];
-       }
-
-       /**
-        * @inheritDoc
-        */
-       public function saveOptions(array $data): array
-       {
-               return [];
-       }
-
        /**
         * @inheritDoc
         */