Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed Jun 17, 2024
1 parent 749f75e commit 590eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/RevisionOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function registerCacheTagsToFlush(array $tags): self
return $this;
}

public function setSearchable(bool $searchable, array $indexableKeys = []): self
public function setIndexable(bool $searchable, array $indexableKeys = []): self
{
$this->isIndexable = $searchable;
$this->indexableKeys = $indexableKeys;
Expand Down

0 comments on commit 590eacd

Please sign in to comment.