Fix typo
This commit is contained in:
parent
abf48897e4
commit
236695c505
@ -76,7 +76,7 @@ Route::group(['prefix' => LaravelLocalization::setLocale(), 'middleware' => ['lo
|
||||
});
|
||||
|
||||
Route::get('/', [HomeController::class, 'index'])
|
||||
->name('home');
|
||||
->name('home')
|
||||
->middleware('eligibility');
|
||||
|
||||
Route::get('/sorteio', [HomeController::class, 'pageGiveaway'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user