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
<?php
namespace ContainerIWAfcIy;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getAgentInscriptionControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\AgentInscriptionController' shared autowired service.
*
* @return \App\Controller\AgentInscriptionController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AgentInscriptionController.php';
$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()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\AgentInscriptionController', $container));
return $instance;
}
}