We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a1a76 commit 5911cebCopy full SHA for 5911ceb
src/CoreBundle/Framework/Container.php
@@ -718,7 +718,6 @@ public static function getPortfolioCategoryHelper(): PortfolioCategoryHelper
718
719
public static function getSearchIndexPathResolver(): SearchIndexPathResolver
720
{
721
- /** @var SearchIndexPathResolver $resolver */
722
- return self::get(SearchIndexPathResolver::class);
+ return self::$container->get(SearchIndexPathResolver::class);
723
}
724
0 commit comments