var/cache/dev/ContainerHfflbsU/getFosUser_UserProvider_UsernameEmailService.php line 13

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'fos_user.user_provider.username_email' shared service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  8. include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  9. return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->load('getFosUser_UserManagerService.php')));