var/cache/domain_demo_easytransfer24_de/Container5v2vObc/getDiplix_Mobile_NotifierService.php line 22

Open in your IDE?
  1. <?php
  2. namespace Container5v2vObc;
  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 getDiplix_Mobile_NotifierService extends AppKernelDomain_demo_easytransfer24_deDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'diplix.mobile.notifier' shared autowired service.
  12.      *
  13.      * @return \Diplix\KMGBundle\Service\MobileNotifier
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Diplix/KMGBundle/Service/MobileNotifier.php';
  18.         $container->services['diplix.mobile.notifier'] = $instance = new \Diplix\KMGBundle\Service\MobileNotifier(($container->services['kreait_firebase.default.messaging'] ?? $container->load('getKreaitFirebase_Default_MessagingService')), ($container->privates['Diplix\\Commons\\DataHandlingBundle\\Repository\\SysLogRepository'] ?? $container->load('getSysLogRepositoryService')), ($container->services['Diplix\\KMGBundle\\Repository\\DispatchQueueRepository'] ?? $container->load('getDispatchQueueRepositoryService')), ($container->services['Diplix\\KMGBundle\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')));
  19.         $instance->setNotifier(($container->services['Diplix\\KMGBundle\\Service\\Notifier'] ?? $container->load('getNotifierService')));
  20.         return $instance;
  21.     }
  22. }