Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/ContainerIWAfcIy/getAgentInscriptionControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerIWAfcIy;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getAgentInscriptionControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\AgentInscriptionController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\AgentInscriptionController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Controller/AgentInscriptionController.php';
  19.         $container->services['App\\Controller\\AgentInscriptionController'] = $instance = new \App\Controller\AgentInscriptionController(($container->privates['App\\Manager\\EntityManager'] ?? $container->getEntityManagerService()), ($container->privates['App\\Manager\\UserManager'] ?? $container->load('getUserManagerService')), ($container->privates['App\\Manager\\StripeManager'] ?? $container->load('getStripeManagerService')), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->privates['App\\Repository\\UserRepository'] ?? $container->getUserRepositoryService()), ($container->privates['App\\Repository\\AgentSecteurRepository'] ?? $container->getAgentSecteurRepositoryService()), ($container->privates['App\\Repository\\PlanAgentAccountRepository'] ?? $container->load('getPlanAgentAccountRepositoryService')), ($container->privates['App\\Repository\\SecteurRepository'] ?? $container->getSecteurRepositoryService()));
  20.         $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\AgentInscriptionController'$container));
  21.         return $instance;
  22.     }
  23. }