File: //dev/shm/fym/cache/prod/ContainerYor9IUF/getMautic_Core_Service_LocalFileAdapterService.php
<?php
namespace ContainerYor9IUF;
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 getMautic_Core_Service_LocalFileAdapterService extends AppKernelProdContainer
{
/*
* Gets the public 'mautic.core.service.local_file_adapter' shared service.
*
* @return \Mautic\CoreBundle\Service\LocalFileAdapterService
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['mautic.core.service.local_file_adapter'] = new \Mautic\CoreBundle\Service\LocalFileAdapterService($container->getEnv('resolve:MAUTIC_EL_FINDER_PATH'));
}
}