var/cache/dev/ContainerYYcCiYL/getMercure_Hub_Default_Publisher_TraceableService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerYYcCiYL;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getMercure_Hub_Default_Publisher_TraceableService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'mercure.hub.default.publisher.traceable' shared service.
  12. *
  13. * @return \Symfony\Component\Mercure\Debug\TraceablePublisher
  14. *
  15. * @deprecated Since symfony/mercure-bundle 0.2: The "mercure.hub.default.publisher.traceable" service is deprecated. Use "mercure.hub.default.traceable" instead.
  16. */
  17. public static function do($container, $lazyLoad = true)
  18. {
  19. trigger_deprecation('symfony/mercure-bundle', '0.2', 'The "mercure.hub.default.publisher.traceable" service is deprecated. Use "mercure.hub.default.traceable" instead.');
  20. return $container->privates['mercure.hub.default.publisher.traceable'] = new \Symfony\Component\Mercure\Debug\TraceablePublisher($container->load('getMercure_Hub_Default_Publisher_Traceable_InnerService'), ($container->privates['debug.stopwatch'] ?? ($container->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21. }
  22. }