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 24, 2023
1 parent 444eb5e commit ff4d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/src/Resources/Pages/CreateRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected function associateRecordWithTenant(Model $record, Model $tenant): Mode

if ($relationship instanceof HasManyThrough) {
$record->save();

return $record;
}

Expand Down

0 comments on commit ff4d147

Please sign in to comment.