]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/Database.php
Replaced quotes
[friendica.git] / src / Model / Storage / Database.php
index f9ad7fb7d41697c50b1b33204e0839594b0217e0..60bd154e6a863188040134bda3405699244d26e3 100644 (file)
@@ -50,8 +50,14 @@ class Database implements IStorage
        {
                return DBA::delete('storage', ['id' => $ref]);
        }
-       
-       public static function getOptions() { return []; }
-       
-       public static function saveOptions($data) { return []; }
+
+       public static function getOptions()
+       {
+               return [];
+       }
+
+       public static function saveOptions($data)
+       {
+               return [];
+       }
 }