wip
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user