Skip to content

Commit

Permalink
spry-2561 Change visibility of getQueryExpanderPlugins method from pr…
Browse files Browse the repository at this point in the history
…ivate to protected.
  • Loading branch information
HaukeBST committed Nov 22, 2023
1 parent d46c86c commit eacfa28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getLocaleFacade(): LocaleFacadeInterface
/**
* @return array<\ValanticSpryker\Zed\ProductFirstSpiritApi\Communication\Dependency\Plugin\QueryExpanderPluginInterface>
*/
private function getQueryExpanderPlugins(): array
protected function getQueryExpanderPlugins(): array
{
return $this->getProvidedDependency(ProductFirstSpiritApiDependencyProvider::PLUGINS_QUERY_EXPANDER);
}
Expand Down

0 comments on commit eacfa28

Please sign in to comment.