HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //dev/shm/fym/cache/prod/ContainerYor9IUF/getRouting_LoaderService.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 getRouting_LoaderService extends AppKernelProdContainer
{
    /*
     * Gets the public 'routing.loader' shared service.
     *
     * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['mautic.route_loader'] ?? $container->load('getMautic_RouteLoaderService'));

        if (isset($container->services['routing.loader'])) {
            return $container->services['routing.loader'];
        }
        $b = new \Symfony\Component\Config\Loader\LoaderResolver();

        $c = new \Symfony\Component\HttpKernel\Config\FileLocator(($container->services['kernel'] ?? $container->get('kernel', 1)));
        $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($container->privates['annotations.cached_reader'] ?? $container->getAnnotations_CachedReaderService()), 'prod');

        $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'prod'));
        $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'prod'));
        $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'prod'));
        $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'prod'));
        $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'prod'));
        $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [], []), 'prod'));
        $b->addLoader(($container->services['oneup_uploader.routing.loader'] ?? $container->load('getOneupUploader_Routing_LoaderService')));
        $b->addLoader($a);
        $b->addLoader($d);
        $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
        $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));

        return $container->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, [], []);
    }
}