1
0
Fork 0

Notify => Notification

Notifs => Notifications
This commit is contained in:
Philipp Holzer 2020-01-24 18:32:38 +01:00
commit 0f932ae723
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
19 changed files with 250 additions and 254 deletions

View file

@ -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);
}
/**