var/cache/dev/ContainerDqMdZpD/getLockedUserService.php line 13

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'SpringerNature\CPS\AMEDReviewTracker\Web\EventSubscriber\LockedUser' shared autowired service.
  6. include_once \dirname(__DIR__4).'/src/Web/EventSubscriber/LockedUser.php';
  7. include_once \dirname(__DIR__4).'/src/App/LockedUserNotifierInterface.php';
  8. include_once \dirname(__DIR__4).'/src/Infrastructure/Notifier/SwiftMailer/LockedUserNotifier.php';
  9. return $this->privates['SpringerNature\\CPS\\AMEDReviewTracker\\Web\\EventSubscriber\\LockedUser'] = new \SpringerNature\CPS\AMEDReviewTracker\Web\EventSubscriber\LockedUser(($this->services['session'] ?? $this->load('getSessionService.php')), ($this->services['fos_user.user_manager'] ?? $this->load('getFosUser_UserManagerService.php')), new \SpringerNature\CPS\AMEDReviewTracker\Infrastructure\Notifier\SwiftMailer\LockedUserNotifier(($this->services['twig'] ?? $this->getTwigService()), ($this->services['mailer'] ?? $this->load('getMailerService.php')), 'AMED Reviewer Management System''noreply@amedreviewer.jp'$this->parameters['mail_locked_user_to_addresses'], 'User account locked''@Mail/locked_user.html.twig'));