Fixed indendentation.
This commit is contained in:
parent
b1e387e195
commit
9d03112aed
8 changed files with 53 additions and 52 deletions
|
|
@ -39,12 +39,12 @@ class UserController extends Controller
|
|||
protected $userService;
|
||||
|
||||
public function __construct(
|
||||
Config $config,
|
||||
Request $request,
|
||||
Response $response,
|
||||
UserStore $userStore,
|
||||
UserService $userService
|
||||
)
|
||||
Config $config,
|
||||
Request $request,
|
||||
Response $response,
|
||||
UserStore $userStore,
|
||||
UserService $userService
|
||||
)
|
||||
{
|
||||
parent::__construct($config, $request, $response);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue