Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 21, 2023
1 parent ef11498 commit 44f79d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function toOption(Request $request, Model $model, Model $related): array

$option['attrs']->merge(['name' => $name]);

/** @var \Cone\Root\Fields\File $related */
/** @var \Cone\Root\Models\Medium $related */

return array_merge($option, [
'file_name' => $related->file_name,
Expand Down

0 comments on commit 44f79d4

Please sign in to comment.