Initial Base
This commit is contained in:
33
var/cache/dev/Container2Z662Li/get_ServiceLocator_JsQaLu1Service.php
vendored
Normal file
33
var/cache/dev/Container2Z662Li/get_ServiceLocator_JsQaLu1Service.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
namespace Container2Z662Li;
|
||||
|
||||
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 get_ServiceLocator_JsQaLu1Service extends App_KernelDevDebugContainer
|
||||
{
|
||||
/**
|
||||
* Gets the private '.service_locator.jsQaLu1' shared service.
|
||||
*
|
||||
* @return \Symfony\Component\DependencyInjection\ServiceLocator
|
||||
*/
|
||||
public static function do($container, $lazyLoad = true)
|
||||
{
|
||||
return $container->privates['.service_locator.jsQaLu1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
|
||||
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', true],
|
||||
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', true],
|
||||
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', true],
|
||||
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', true],
|
||||
], [
|
||||
'async' => '?',
|
||||
'failed' => '?',
|
||||
'messenger.transport.async' => '?',
|
||||
'messenger.transport.failed' => '?',
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user