Skip to content

Commit

Permalink
Merge branch 'fix/filament-v3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey committed Jan 27, 2024
2 parents d7632f6 + 6d45483 commit b032aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/IconPicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function getSearchResults(string $search): array
return $results;
}

public function relationship(string|Closure|null $name = null, string|Closure|null $titleAttribute = null, ?Closure $modifyQueryUsing = null): static
public function relationship(string|Closure|null $name = null, string|Closure|null $titleAttribute = null, ?Closure $modifyQueryUsing = null, bool $ignoreRecord = false): static
{
throw new \BadMethodCallException('Method not allowed.');
}
Expand Down

0 comments on commit b032aef

Please sign in to comment.