Skip to content

Commit 896a9db

Browse files
committed
fix auth
1 parent f178304 commit 896a9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use App\Http\Requests\Auth\LoginRequest;
66
use App\Models\User;
77
use App\Models\UserProvider;
8-
use DeviceDetector\Parser\Client\Browser;
8+
use Browser;
99
use Illuminate\Auth\Events\PasswordReset;
1010
use Illuminate\Auth\Events\Registered;
1111
use Illuminate\Auth\Events\Verified;

0 commit comments

Comments
 (0)