Rename notify classes according the feature name, not the table name
This commit is contained in:
parent
a7fac5a76f
commit
82e094179c
25 changed files with 120 additions and 131 deletions
|
|
@ -411,11 +411,11 @@ abstract class DI
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Repository\Notify
|
||||
* @return Repository\Notification
|
||||
*/
|
||||
public static function notify()
|
||||
{
|
||||
return self::$dice->create(Repository\Notify::class);
|
||||
return self::$dice->create(Repository\Notification::class);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue