Skip to content

Commit 46ce375

Browse files
committed
fix: web auth validation
1 parent 492d628 commit 46ce375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Services/Auth/WebAuthService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use App\Models\User;
88
use Illuminate\Http\Request;
99
use Illuminate\Support\Facades\Auth;
10+
use Illuminate\Validation\ValidationException;
1011

1112
class WebAuthService implements AuthServiceContract
1213
{

0 commit comments

Comments
 (0)