Skip to content

Commit a959928

Browse files
committed
fix: phpstan issues
1 parent d8e8f13 commit a959928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields/FileUpload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function getDefaultConfig(): array
3838

3939
public static function make(string $name, ?Field $field = null): FilamentFileUpload
4040
{
41-
$config = array_merge(self::getDefaultConfig(), $field?->config ?? []);
41+
$config = array_merge(self::getDefaultConfig(), $field->config ?? []);
4242

4343
$component = FilamentFileUpload::make($name)
4444
->label($field->name ?? null)

0 commit comments

Comments
 (0)