Skip to content

Commit

Permalink
Merge pull request #3 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 17, 2023
2 parents c46ec5f + 6f3d36b commit faf7b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function addQueryExpanderPlugins(Container $container): void
/**
* @return array<\ValanticSpryker\Zed\ProductFirstSpiritApi\Communication\Dependency\Plugin\QueryExpanderPluginInterface>
*/
private function getQueryExpanderPlugins(): array
protected function getQueryExpanderPlugins(): array
{
return [];
}
Expand Down

0 comments on commit faf7b3e

Please sign in to comment.