Skip to content

Commit

Permalink
Set visibility of IndexProvider->getName as public
Browse files Browse the repository at this point in the history
  • Loading branch information
JPD committed Oct 31, 2023
1 parent e758197 commit 8cb7fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/IndexProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function markAsLive(Index $index, bool $removeOldIndexes = true): bool
return true;
}

protected function getIndexByName($name): Index
public function getIndexByName($name): Index
{
return new Index($this->eventDispatcher, $this->client, $name);
}
Expand Down

0 comments on commit 8cb7fdc

Please sign in to comment.