]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
head fixings
[friendica.git] / src / DI.php
index 1283100313bd42819e9af035a5dd080791a7c813..835f1ffed72619e8412a5a32be08c94527c56475 100644 (file)
@@ -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
        //