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