Moe default requests.

This commit is contained in:
Taylor Otwell
2014-11-24 13:59:40 -06:00
parent a9c9b202b0
commit 4803d6c8e2
6 changed files with 14 additions and 9 deletions

View File

@@ -27,6 +27,6 @@ $router->get('/dashboard', 'DashboardController@index');
*/
$router->controllers([
'auth' => 'AuthController',
'password' => 'PasswordController',
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController',
]);