Skip to content

Commit e19b82e

Browse files
Baspagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6ed168b commit e19b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uploadcare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function getForm(): array
8484
];
8585
}
8686

87-
8887
public static function mutateFormDataCallback(Model $record, Field $field, array $data): array
8988
{
9089
if (! property_exists($record, 'valueColumn') || ! isset($record->values[$field->ulid])) {
@@ -134,6 +133,7 @@ public static function mutateBeforeSaveCallback(Model $record, Field $field, arr
134133

135134
if ($values === '' || $values === [] || $values === null) {
136135
$data[$record->valueColumn][$field->ulid] = null;
136+
137137
return $data;
138138
}
139139

0 commit comments

Comments
 (0)