X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=b3f00f8c99cbb02725a0659973bdc450dd72f516;hb=2d687b1052e980b8119525e3d298ce1b0b9e52fe;hp=6461059a8392a4de3c86fc8dd36bf4b8c46b2934;hpb=122ad0af14f046c2462a03fe33967dc41abfc8b5;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); } //