From b60f57e77b9284d823292e711ee8f86b615679f3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 23 Dec 2014 16:45:03 -0600 Subject: [PATCH] Simplify routes file. --- app/Http/routes.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index e4288fff..c8a31038 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -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',