diff --git a/src/Forms/IconPicker.php b/src/Forms/IconPicker.php index a00c5d8..06e147e 100644 --- a/src/Forms/IconPicker.php +++ b/src/Forms/IconPicker.php @@ -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.'); }