Skip to content

Commit 088fd10

Browse files
committed
auth framework missing
1 parent 12acefd commit 088fd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Auth::routes();
1818

19-
Route::namespace('App\\Http\\Controllers')->group(function () {
19+
Route::namespace('App\\Http\\Controllers')->middleware('auth')->group(function () {
2020
/* Index */
2121
Route::get('/', 'HomeController@index');
2222
Route::get('/home', 'HomeController@index');

0 commit comments

Comments
 (0)