Current File : //var/www/prestashop/var/cache/prod/Container6fk5v1E/getHookRepositoryService.php
<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'hook_repository' shared service.

return $this->services['hook_repository'] = new \PrestaShop\PrestaShop\Core\Module\HookRepository(($this->services['prestashop.adapter.legacy.hook'] ?? ($this->services['prestashop.adapter.legacy.hook'] = new \PrestaShop\PrestaShop\Adapter\Hook\HookInformationProvider())), ($this->services['prestashop.adapter.legacy.context'] ?? $this->getPrestashop_Adapter_Legacy_ContextService())->getContext()->shop, ($this->services['prestashop.adapter.legacy_db'] ?? $this->load('getPrestashop_Adapter_LegacyDbService.php')));