Skip to content

Commit

Permalink
Merge pull request #8 from valantic-CEC-Deutschland-GmbH/feature/spry…
Browse files Browse the repository at this point in the history
…-2561

spry-2561 Change visibility of getQueryExpanderPlugins method from pr…
  • Loading branch information
HaukeBST authored Nov 22, 2023
2 parents 8e29c0e + eacfa28 commit 09a3e3d
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 09a3e3d

Please sign in to comment.