File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getMappedObjectCollectionService.php
<?php
namespace ContainerPqu9koK;
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 getMappedObjectCollectionService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\FormBundle\Collection\MappedObjectCollection' shared autowired service.
*
* @return \Mautic\FormBundle\Collection\MappedObjectCollection
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\FormBundle\\Collection\\MappedObjectCollection'] = new \Mautic\FormBundle\Collection\MappedObjectCollection();
}
}