From f20759d118ef7bff390738953bb2f91de5af018a Mon Sep 17 00:00:00 2001 From: lee-to Date: Sat, 30 Nov 2024 13:00:24 +0000 Subject: [PATCH] Fix styling --- src/Laravel/src/Fields/Relationships/HasMany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Laravel/src/Fields/Relationships/HasMany.php b/src/Laravel/src/Fields/Relationships/HasMany.php index 5c0640774..cd8b4fe6c 100644 --- a/src/Laravel/src/Fields/Relationships/HasMany.php +++ b/src/Laravel/src/Fields/Relationships/HasMany.php @@ -346,7 +346,7 @@ protected function getTablePreview(): TableBuilderContract $resource = clone $this->getResource() ->disableSaveQueryState(); - if(\is_null($this->modifyBuilder) && $this->getRelatedModel()?->relationLoaded($this->getRelationName()) === true) { + if (\is_null($this->modifyBuilder) && $this->getRelatedModel()?->relationLoaded($this->getRelationName()) === true) { $items = $this->toRelatedCollection(); } else { $resource->disableQueryFeatures();