services['prestashop.search_parameters.resolver'] = new \PrestaShopBundle\Controller\ArgumentResolver\SearchParametersResolver(($this->services['prestashop.core.admin.search_parameters'] ?? $this->load('getPrestashop_Core_Admin_SearchParametersService.php')), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['prestashop.core.admin.admin_filter.repository'] ?? $this->load('getPrestashop_Core_Admin_AdminFilter_RepositoryService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['PrestaShop\\PrestaShop\\Adapter\\LegacyContext'] ?? $this->getLegacyContextService())->getContext()->shop->id);