fix: wrong class used on auth

This commit is contained in:
Scai 2025-01-06 20:06:17 +02:00
parent 121ebe6017
commit 98ebc75965

View File

@ -1,6 +1,6 @@
<?php
use Illuminate\Routing\Route;
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\Auth;
Route::get('/oauth/redirect/{driver}', [Auth\OAuthController::class, 'redirect'])->name('auth.oauth.redirect');