Just use one controller call.

This commit is contained in:
Taylor Otwell
2014-11-22 11:33:14 -06:00
parent 9107969da1
commit b73e127ed0

View File

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