Simplify routes file.

This commit is contained in:
Taylor Otwell 2014-12-23 16:45:03 -06:00
parent 7b892e2452
commit b60f57e77b
1 changed files with 0 additions and 11 deletions

View File

@ -15,17 +15,6 @@
Route::get('home', 'HomeController@index');
/*
|--------------------------------------------------------------------------
| Authentication & Password Reset Controllers
|--------------------------------------------------------------------------
|
| These two controllers handle the authentication of the users of your
| application, as well as the functions necessary for resetting the
| passwords for your users. You may modify or remove these files.
|
*/
Route::controllers([
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController',