X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=835f1ffed72619e8412a5a32be08c94527c56475;hb=8e2cc678dc38b3e3447baf587668f2c97b0f5478;hp=1283100313bd42819e9af035a5dd080791a7c813;hpb=371b2b22bd89412821b86164d826c3c65401245e;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 1283100313..835f1ffed7 100644 --- a/src/DI.php +++ b/src/DI.php @@ -537,6 +537,11 @@ abstract class DI return self::$dice->create(Navigation\Notifications\Factory\FormattedNotify::class); } + public static function formattedNavNotificationFactory(): Navigation\Notifications\Factory\FormattedNavNotification + { + return self::$dice->create(Navigation\Notifications\Factory\FormattedNavNotification::class); + } + // // "Protocol" namespace instances //