Skip to content

Commit 03f342e

Browse files
committed
conflict two route name inside the web.php
1 parent f7638ff commit 03f342e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
Route::view('/about', 'about')->name('about');
126126
Route::view('/shop', 'shop')->name('shop');
127127

128-
Route::view('/account', 'account')->middleware('auth')->name('about');
128+
Route::view('/account', 'account')->middleware('auth')->name('account');
129129

130130
// Blog routes
131131

setup.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)