Skip to content

Commit 05ff6ff

Browse files
committed
Fix: Remove unnecessary import
1 parent 387e94c commit 05ff6ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Requests/Auth/LoginRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Foundation\Http\FormRequest;
77
use Illuminate\Support\Facades\Auth;
88
use Illuminate\Support\Facades\RateLimiter;
9-
use Illuminate\Support\Str;
109
use Illuminate\Validation\ValidationException;
1110

1211
class LoginRequest extends FormRequest

0 commit comments

Comments
 (0)