]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Notifications cleared for a whole thread in case of one mark seen
[friendica.git] / src / DI.php
index fc18b30b8ea04f3cc9a436973d6baa4e9bf5ca8f..65c82225d54c1f3757283e6781094701cd1b2724 100644 (file)
@@ -280,14 +280,6 @@ abstract class DI
                return self::$dice->create(Model\User\Cookie::class);
        }
 
-       /**
-        * @return Repository\Notify
-        */
-       public static function notify()
-       {
-               return self::$dice->create(Repository\Notify::class);
-       }
-
        /**
         * @return Model\Storage\IStorage
         */
@@ -324,6 +316,14 @@ abstract class DI
                return self::$dice->create(Repository\ProfileField::class);
        }
 
+       /**
+        * @return Repository\Notify
+        */
+       public static function notify()
+       {
+               return self::$dice->create(Repository\Notify::class);
+       }
+
        //
        // "Protocol" namespace instances
        //