Commit b73e127e authored by Taylor Otwell's avatar Taylor Otwell

Just use one controller call.

parent 9107969d
......@@ -24,6 +24,7 @@ $router->get('/', 'HomeController@index');
|
*/
$router->controller('auth', 'AuthController');
$router->controller('password', 'PasswordController');
$router->controllers([
'auth' => 'AuthController',
'password' => 'PasswordController',
]);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment