var/cache/dev/ContainerFgy4jso/getFosUser_UserManagerService.php line 13

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