<?php
namespace ContainerTT1cmcx;
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 getPageListenerService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
{
/**
* Gets the public 'Codefog\SocialImagesBundle\EventListener\PageListener' shared autowired service.
*
* @return \Codefog\SocialImagesBundle\EventListener\PageListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/codefog/contao-social_images/src/EventListener/PageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/codefog/contao-social_images/src/ImageGenerator.php';
return $container->services['Codefog\\SocialImagesBundle\\EventListener\\PageListener'] = new \Codefog\SocialImagesBundle\EventListener\PageListener(($container->services['Codefog\\SocialImagesBundle\\ImageCollector'] ?? $container->load('getImageCollectorService')), new \Codefog\SocialImagesBundle\ImageGenerator(($container->services['contao.assets.assets_context'] ?? $container->getContao_Assets_AssetsContextService()), ($container->services['contao.assets.files_context'] ?? $container->load('getContao_Assets_FilesContextService')), ($container->services['contao.image.factory'] ?? $container->load('getContao_Image_FactoryService')), \dirname(__DIR__, 4)));
}
}