Skip to content

Commit ca87b4e

Browse files
Casmogithub-actions[bot]
authored andcommitted
Fix styling
1 parent febee42 commit ca87b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ public function tenant(): ?BelongsTo
7474
*/
7575
public function hasRelation(): bool
7676
{
77-
return in_array($this->field_type, ['checkbox-list', 'radio', 'select']) && !empty($this->config['relations']);
77+
return in_array($this->field_type, ['checkbox-list', 'radio', 'select']) && ! empty($this->config['relations']);
7878
}
7979
}

0 commit comments

Comments
 (0)