Fixed dockblock.
This commit is contained in:
parent
9d03112aed
commit
e0803df283
8 changed files with 86 additions and 2 deletions
|
|
@ -38,6 +38,15 @@ class UserController extends Controller
|
|||
*/
|
||||
protected $userService;
|
||||
|
||||
/**
|
||||
* Create the User controller.
|
||||
*
|
||||
* @param Config $config
|
||||
* @param Request $request
|
||||
* @param Response $response
|
||||
* @param UserStore $userStore
|
||||
* @param UserService $userService
|
||||
*/
|
||||
public function __construct(
|
||||
Config $config,
|
||||
Request $request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue