Just use one controller call.
This commit is contained in:
parent
9107969da1
commit
b73e127ed0
|
@ -24,6 +24,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$router->controller('auth', 'AuthController');
|
$router->controllers([
|
||||||
|
'auth' => 'AuthController',
|
||||||
$router->controller('password', 'PasswordController');
|
'password' => 'PasswordController',
|
||||||
|
]);
|
||||||
|
|
Loading…
Reference in New Issue