We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febee42 commit ca87b4eCopy full SHA for ca87b4e
src/Models/Field.php
@@ -74,6 +74,6 @@ public function tenant(): ?BelongsTo
74
*/
75
public function hasRelation(): bool
76
{
77
- return in_array($this->field_type, ['checkbox-list', 'radio', 'select']) && !empty($this->config['relations']);
+ return in_array($this->field_type, ['checkbox-list', 'radio', 'select']) && ! empty($this->config['relations']);
78
}
79
0 commit comments