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 getObjectManagerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Manager\ObjectManager' shared autowired service.
*
* @return \App\Manager\ObjectManager
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Manager/ObjectManager.php';
return $container->privates['App\\Manager\\ObjectManager'] = new \App\Manager\ObjectManager(($container->services['.container.private.validator'] ?? $container->get_Container_Private_ValidatorService()), ($container->privates['App\\Manager\\EntityManager'] ?? $container->getEntityManagerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')));
}
}