Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 0e6a457

Browse files
committed
Bump dependency
1 parent e622556 commit 0e6a457

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0 || ^8.1",
20-
"illuminate/contracts": "^9.0"
20+
"illuminate/contracts": "^9.22"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.0",

src/FileUploads/HandleSpladeFileUploads.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ public static function forFormRequest(FormRequest $formRequest): FormRequest
8383
return true;
8484
}
8585

86-
if (!class_exists(File::class)) {
87-
return false;
88-
}
89-
9086
foreach ($rules as $rule) {
9187
if ($rule instanceof File) {
9288
return true;

0 commit comments

Comments
 (0)