Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar committed Sep 17, 2024
1 parent 09467a2 commit 336ba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Traits/SubmitAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function submit($data)
->send();
}

protected function attachFile($file, $form, $collection = 'file'): void
protected function attachFile($file, $form, $collection = 'form-builder'): void
{
$file = is_array($file) ? head($file) : $file;

Expand Down

0 comments on commit 336ba74

Please sign in to comment.