We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492d628 commit 46ce375Copy full SHA for 46ce375
app/Services/Auth/WebAuthService.php
@@ -7,6 +7,7 @@
7
use App\Models\User;
8
use Illuminate\Http\Request;
9
use Illuminate\Support\Facades\Auth;
10
+use Illuminate\Validation\ValidationException;
11
12
class WebAuthService implements AuthServiceContract
13
{
0 commit comments