Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2
[friendica.git/.git] / src / DI.php
index 709f577..530d795 100644 (file)
@@ -257,11 +257,11 @@ abstract class DI
        }
 
        /**
-        * @return Model\Notify
+        * @return Model\Notification
         */
-       public static function notify()
+       public static function notification()
        {
-               return self::$dice->create(Model\Notify::class);
+               return self::$dice->create(Model\Notification::class);
        }
 
        /**