initial commit
This commit is contained in:
30
var/cache/dev/ContainerD4AQ4Ie/getRouter_CacheWarmerService.php
vendored
Normal file
30
var/cache/dev/ContainerD4AQ4Ie/getRouter_CacheWarmerService.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
namespace ContainerD4AQ4Ie;
|
||||
|
||||
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
||||
|
||||
/**
|
||||
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
||||
*/
|
||||
class getRouter_CacheWarmerService extends App_KernelDevDebugContainer
|
||||
{
|
||||
/**
|
||||
* Gets the private 'router.cache_warmer' shared service.
|
||||
*
|
||||
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
|
||||
*/
|
||||
public static function do($container, $lazyLoad = true)
|
||||
{
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
|
||||
|
||||
return $container->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
|
||||
'router' => ['services', 'router', 'getRouterService', false],
|
||||
], [
|
||||
'router' => '?',
|
||||
]))->withContext('router.cache_warmer', $container));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user