<?php
namespace ContainerBU7G59P;
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 getBannerActionService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
{
/**
* Gets the public 'Hofff\Contao\Consent\Core\Action\BannerAction' shared service.
*
* @return \Hofff\Contao\Consent\Core\Action\BannerAction
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-core/src/Action/AbstractConsentToolAwareAction.php';
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-core/src/Action/BannerAction.php';
return $container->services['Hofff\\Contao\\Consent\\Core\\Action\\BannerAction'] = new \Hofff\Contao\Consent\Core\Action\BannerAction(($container->privates['Hofff\\Contao\\Consent\\Bridge\\ConsentToolManager'] ?? $container->load('getConsentToolManagerService')), ($container->privates['netzmacht.contao_toolkit.template_renderer'] ?? $container->load('getNetzmacht_ContaoToolkit_TemplateRendererService')), ($container->services['translator'] ?? $container->getTranslatorService()), ($container->privates['netzmacht.contao_toolkit.contao.controller_adapter'] ?? $container->load('getNetzmacht_ContaoToolkit_Contao_ControllerAdapterService')));
}
}