Skip to content

Commit

Permalink
spry-2561 Add query expander plugins to the ProductFirstSpiritApiDepe…
Browse files Browse the repository at this point in the history
…ndencyProvider class.
  • Loading branch information
HaukeBST committed Nov 17, 2023
1 parent 5663c17 commit 55ea5f9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,12 @@ static function (Container $container): LocaleFacadeInterface {
);
}

private function addQueryExpanderPlugins($container): void
/**
* @param \Spryker\Zed\Kernel\Container $container
*
* @return void
*/
private function addQueryExpanderPlugins(Container $container): void
{
$container->set(static::PLUGINS_QUERY_EXPANDER, function () {
return $this->getQueryExpanderPlugins();
Expand Down

0 comments on commit 55ea5f9

Please sign in to comment.