Rename notify classes according the feature name, not the table name

This commit is contained in:
Hypolite Petovan 2021-01-23 04:53:44 -05:00
commit 82e094179c
25 changed files with 120 additions and 131 deletions

View file

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