Notify => Notification
Notifs => Notifications
This commit is contained in:
parent
e59a9fbef7
commit
0f932ae723
19 changed files with 250 additions and 254 deletions
|
@ -257,11 +257,11 @@ abstract class DI
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Model\Notify
|
||||
* @return Model\Notification
|
||||
*/
|
||||
public static function notify()
|
||||
public static function notification()
|
||||
{
|
||||
return self::$dice->create(Model\Notify::class);
|
||||
return self::$dice->create(Model\Notification::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue