Skip to content

Commit

Permalink
Merge pull request #90 from lara-zeus/globally-searchable
Browse files Browse the repository at this point in the history
Update CanGloballySearch.php
  • Loading branch information
atmonshi authored Feb 10, 2024
2 parents c393810 + d222a10 commit b3b9e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Concerns/CanGloballySearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

trait CanGloballySearch
{
public array $globallySearchableAttributes = [];

public function globallySearchableAttributes(array $label): static
{
$this->globallySearchableAttributes = $label;
Expand Down

0 comments on commit b3b9e9b

Please sign in to comment.