mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Move notification introductions to the new paradigm
This commit is contained in:
parent
43e5b317ed
commit
bc0734e0f1
4 changed files with 45 additions and 550 deletions
|
@ -370,12 +370,9 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Twitter\User::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Notification\Introduction
|
||||
*/
|
||||
public static function notificationIntro()
|
||||
public static function notificationIntro(): Navigation\Notifications\Factory\Introduction
|
||||
{
|
||||
return self::$dice->create(Factory\Notification\Introduction::class);
|
||||
return self::$dice->create(Navigation\Notifications\Factory\Introduction::class);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue