Just use one controller call.

This commit is contained in:
Taylor Otwell 2014-11-22 11:33:14 -06:00
parent 9107969da1
commit b73e127ed0
1 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,7 @@
|
*/
$router->controller('auth', 'AuthController');
$router->controller('password', 'PasswordController');
$router->controllers([
'auth' => 'AuthController',
'password' => 'PasswordController',
]);