Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Jun 1, 2022
1 parent 3a1fe46 commit 305f0b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
require __DIR__.'/auth.php';

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

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

0 comments on commit 305f0b8

Please sign in to comment.