mirror of
https://github.com/friendica/friendica
synced 2025-05-01 15:44:23 +02:00
Fixes for the notifications
This commit is contained in:
parent
61e023d448
commit
1fe756b5b6
5 changed files with 34 additions and 23 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue