This commit is contained in:
2025-03-10 15:36:52 +05:00
parent 3bf7fac29a
commit 6712e63a91

View File

@@ -8,16 +8,6 @@ use App\Http\Controllers\OnlinePaymentController;
use App\Http\Controllers\PasswordChangeController; use App\Http\Controllers\PasswordChangeController;
use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/
Route::middleware(['guest', 'setLocale'])->group(function () { Route::middleware(['guest', 'setLocale'])->group(function () {
Route::get('locale/{locale}', LocaleController::class)->name('locale.set'); Route::get('locale/{locale}', LocaleController::class)->name('locale.set');