Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Feb 1, 2025
1 parent e9d5758 commit 38b71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Relationships/ModelRelationField.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function __construct(
}

// required to create field entities and load assets
if ($this instanceof HasFieldsContract && !$this->isExcludeInstancing() && ! $this->isMorph()) {
if ($this instanceof HasFieldsContract && ! $this->isExcludeInstancing() && ! $this->isMorph()) {
$this->excludeInstancing();
$this->getResource()?->getFormFields();
}
Expand Down

0 comments on commit 38b71cf

Please sign in to comment.