X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=b3f00f8c99cbb02725a0659973bdc450dd72f516;hb=5b13de8e7f9380f5fc2e9fad609d381660c1a6cb;hp=6461059a8392a4de3c86fc8dd36bf4b8c46b2934;hpb=c0302758152dff4f60841fc6f7c513ce591f489a;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 6461059a83..b3f00f8c99 100644 --- a/src/DI.php +++ b/src/DI.php @@ -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); } //