31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
|
|
|
namespace ContainerGfxmI0x;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
|
|
|
/**
|
|
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
|
*/
|
|
class getPricesControllerService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the public 'App\Controller\Api\PricesController' shared autowired service.
|
|
*
|
|
* @return \App\Controller\Api\PricesController
|
|
*/
|
|
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/Api/PricesController.php';
|
|
|
|
$container->services['App\\Controller\\Api\\PricesController'] = $instance = new \App\Controller\Api\PricesController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->privates['App\\Service\\Prices\\RedisReadService'] ?? $container->load('getRedisReadServiceService')));
|
|
|
|
$instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('App\\Controller\\Api\\PricesController', $container));
|
|
|
|
return $instance;
|
|
}
|
|
}
|