Add new possibility to add a user per console
This commit is contained in:
parent
4d436c10df
commit
f3f764bc39
6 changed files with 230 additions and 77 deletions
|
|
@ -315,6 +315,12 @@ abstract class DI
|
|||
return self::$dice->create(Model\Storage\IStorage::class);
|
||||
}
|
||||
|
||||
/** @return Model\UserService */
|
||||
public static function userService()
|
||||
{
|
||||
return self::$dice->create(Model\UserService::class);
|
||||
}
|
||||
|
||||
//
|
||||
// "Repository" namespace
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue