Skip to content

Commit

Permalink
Just use one controller call.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 22, 2014
1 parent 9107969 commit b73e127
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
|
*/

$router->controller('auth', 'AuthController');

$router->controller('password', 'PasswordController');
$router->controllers([
'auth' => 'AuthController',
'password' => 'PasswordController',
]);

0 comments on commit b73e127

Please sign in to comment.