var/cache/dev/ContainerOF2NOxx/getUserControllerService.php line 17

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 'App\Controller\Manager\UserController' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  7. include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8. include_once \dirname(__DIR__4).'/src/Controller/Manager/AbstractManagerController.php';
  9. include_once \dirname(__DIR__4).'/src/Controller/Manager/UserController.php';
  10. include_once \dirname(__DIR__4).'/src/Service/TimeService.php';
  11. include_once \dirname(__DIR__4).'/src/Service/CloneService.php';
  12. include_once \dirname(__DIR__4).'/src/Service/PublicationService.php';
  13. $this->services['App\\Controller\\Manager\\UserController'] = $instance = new \App\Controller\Manager\UserController(($this->privates['App\\Service\\TimeService'] ?? ($this->privates['App\\Service\\TimeService'] = new \App\Service\TimeService())), ($this->privates['App\\Service\\UploaderService'] ?? $this->load('getUploaderServiceService.php')), ($this->privates['App\\Service\\CloneService'] ?? ($this->privates['App\\Service\\CloneService'] = new \App\Service\CloneService())), ($this->privates['App\\Service\\PublicationService'] ?? ($this->privates['App\\Service\\PublicationService'] = new \App\Service\PublicationService())));
  14. $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->load('get_ServiceLocator_VdmMuyEService.php'))->withContext('App\\Controller\\Manager\\UserController'$this));
  15. return $instance;