<?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 getStatusActionService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
{
/**
* Gets the public 'Hofff\Contao\Consent\Core\Action\StatusAction' shared service.
*
* @return \Hofff\Contao\Consent\Core\Action\StatusAction
*/
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/StatusAction.php';
return $container->services['Hofff\\Contao\\Consent\\Core\\Action\\StatusAction'] = new \Hofff\Contao\Consent\Core\Action\StatusAction(($container->privates['Hofff\\Contao\\Consent\\Bridge\\ConsentToolManager'] ?? $container->load('getConsentToolManagerService')), ($container->services['router'] ?? $container->getRouterService()), 'hofff_contao_consent', 'top');
}
}