Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored and github-actions[bot] committed Aug 16, 2023
1 parent f1328cc commit 0ca7e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/Components/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ static function (Select $component): bool {

if (! $relationship instanceof BelongsToMany) {
$relationship->associate($state);

return;
}

Expand Down

0 comments on commit 0ca7e6c

Please sign in to comment.