var/cache/dev/Container4xOQ3Og/getFosUser_UserManagerService.php line 14

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 public 'fos_user.user_manager' shared service.
  6. include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  8. include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  9. include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  10. return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->load('getFosUser_Util_PasswordUpdaterService.php')), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');