Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
joelicatajr authored and github-actions[bot] committed Jul 31, 2024
1 parent d384ccd commit b0c52da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public function form(Form $form): Form
protected function mutateFormDataBeforeSave(array $data): array
{
ray($data);

return parent::mutateFormDataBeforeSave($data); // TODO: Change the autogenerated stub
}

Expand Down

0 comments on commit b0c52da

Please sign in to comment.