30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
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 getMessenger_Transport_FailedService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'messenger.transport.failed' shared service.
|
|
*
|
|
* @return \Symfony\Component\Messenger\Transport\TransportInterface
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$a = ($container->privates['messenger.transport_factory'] ?? $container->load('getMessenger_TransportFactoryService'));
|
|
|
|
if (isset($container->privates['messenger.transport.failed'])) {
|
|
return $container->privates['messenger.transport.failed'];
|
|
}
|
|
|
|
return $container->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($container->privates['messenger.transport.native_php_serializer'] ??= new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer()));
|
|
}
|
|
}
|