X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=65c82225d54c1f3757283e6781094701cd1b2724;hb=7909d9c41741630a4c8e3e799429d58995ec7eea;hp=fc18b30b8ea04f3cc9a436973d6baa4e9bf5ca8f;hpb=977248f5105a2b3f127d0aa752ce27214605fbf0;p=friendica.git diff --git a/src/DI.php b/src/DI.php index fc18b30b8e..65c82225d5 100644 --- a/src/DI.php +++ b/src/DI.php @@ -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 //