Rename notify classes according the feature name, not the table name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user