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 17, 2023
1 parent 55ea5f9 commit 6f3d36b
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 6f3d36b

Please sign in to comment.