Skip to content

Commit

Permalink
Merge pull request #12903 from laravel/patch
Browse files Browse the repository at this point in the history
Remove route group from make:auth stub
  • Loading branch information
taylorotwell committed Mar 29, 2016
2 parents cc4b183 + 88d42be commit ae2fc57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Illuminate/Auth/Console/stubs/make/routes.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

Route::group(['middleware' => 'web'], function () {
Route::auth();
Route::auth();

Route::get('/home', 'HomeController@index');
});
Route::get('/home', 'HomeController@index');

0 comments on commit ae2fc57

Please sign in to comment.