<?php
namespace ContainerPT17zIT;
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 getDashboardControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
*
* @return \App\Controller\Admin\DashboardController
*/
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/Admin/DashboardController.php';
$container->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController(($container->privates['App\\Repository\\ProduitRepository'] ?? $container->load('getProduitRepositoryService')), ($container->privates['App\\Repository\\ActivityRepository'] ?? $container->load('getActivityRepositoryService')), ($container->privates['App\\Repository\\CommentRepository'] ?? $container->load('getCommentRepositoryService')), ($container->privates['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['App\\Repository\\ProduitDeclinationValueRepository'] ?? $container->load('getProduitDeclinationValueRepositoryService')), ($container->privates['App\\Repository\\DocumentRepository'] ?? $container->load('getDocumentRepositoryService')), ($container->privates['App\\Service\\GlobalVariables'] ?? $container->getGlobalVariablesService()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\Admin\\DashboardController', $container));
return $instance;
}
}