var/cache/dev/ContainerQdxJnPG/getMailboxChannelXHRService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerQdxJnPG;
  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 getMailboxChannelXHRService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR' shared autowired service.
  12.      *
  13.      * @return \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php';
  19.         $container->services['Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR'] = $instance = new \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR(($container->services['kernel'] ?? $container->get('kernel'1)), ($container->privates['Webkul\\UVDesk\\MailboxBundle\\Services\\MailboxService'] ?? $container->load('getMailboxServiceService')), ($container->services['translator'] ?? $container->getTranslatorService()));
  20.         $instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR'$container));
  21.         return $instance;
  22.     }
  23. }