var/cache/install/Container621xqm6/getCustomerProviderService.php line 11

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  4. // Returns the private 'Eccube\Security\Core\User\CustomerProvider' shared autowired service.
  5. include_once $this->targetDirs[3].'/vendor/symfony/security/Core/User/UserProviderInterface.php';
  6. include_once $this->targetDirs[3].'/src/Eccube/Security/Core/User/CustomerProvider.php';
  7. return $this->services['Eccube\\Security\\Core\\User\\CustomerProvider'] = new \Eccube\Security\Core\User\CustomerProvider(${($_ = isset($this->services['Eccube\\Repository\\CustomerRepository']) ? $this->services['Eccube\\Repository\\CustomerRepository'] : $this->load('getCustomerRepositoryService.php')) && false ?: '_'});