]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Merge pull request #10160 from annando/issue-10156
[friendica.git] / src / DI.php
index 6461059a8392a4de3c86fc8dd36bf4b8c46b2934..c2f53e4df9e533d768f93089ebcfa5e7cd2d7906 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -411,11 +411,11 @@ abstract class DI
        }
 
        /**
-        * @return Repository\Notify
+        * @return Repository\Notification
         */
        public static function notify()
        {
-               return self::$dice->create(Repository\Notify::class);
+               return self::$dice->create(Repository\Notification::class);
        }
 
        //