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 Jun 18, 2024
1 parent ce5d75d commit 4317010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Relationships/BelongsToMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected function prepareFill(array $raw = [], mixed $casted = null): mixed
protected function resolveValue(): mixed
{
// fix for filters
if ($this->isAsyncSearch() && !$this->isValueWithModels($this->memoizeValues) && filled($this->toValue())) {
if ($this->isAsyncSearch() && ! $this->isValueWithModels($this->memoizeValues) && filled($this->toValue())) {
$this->memoizeValues = $this->getRelation()
?->getRelated()
?->newQuery()
Expand Down

0 comments on commit 4317010

Please sign in to comment.