Skip to content

Commit 305f0b8

Browse files
committed
cleanup
1 parent 3a1fe46 commit 305f0b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
require __DIR__.'/auth.php';
1919

2020
// Language Switch
21-
// Route::get('language/{language}', 'App\Http\Controllers\LanguageController@switch')->name('language.switch');
2221
Route::get('language/{language}', [LanguageController::class, 'switch'])->name('language.switch');
2322

2423
Route::get('dashboard', 'App\Http\Controllers\Frontend\FrontendController@index')->name('dashboard');

0 commit comments

Comments
 (0)