/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
ContainerRWa0DSr
/
Upload File
HOME
<?php namespace ContainerRWa0DSr; 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 getRegisterActivityService extends App_KernelProdContainer { /* * Gets the private 'App\Service\RegisterActivity' shared autowired service. * * @return \App\Service\RegisterActivity */ public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/src/Service/RegisterActivity.php'; return $container->privates['App\\Service\\RegisterActivity'] = new \App\Service\RegisterActivity(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->services['security.token_storage'] ?? $container->getSecurity_TokenStorageService())); } }