var/cache/dev/ContainerAalQSdx/getUserApiAuthenticatorService.php line 9

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 'Harmonizely\Core\Security\Authenticator\UserApiAuthenticator' shared autowired service.
  6. return $this->privates['Harmonizely\\Core\\Security\\Authenticator\\UserApiAuthenticator'] = new \Harmonizely\Core\Security\Authenticator\UserApiAuthenticator(($this->privates['Harmonizely\\Core\\Response\\Json\\ResponseBuilder'] ?? $this->load('getResponseBuilderService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')), ($this->privates['Harmonizely\\Core\\Validation\\DTOValidator'] ?? $this->load('getDTOValidatorService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] ?? $this->getUserLoginAttemptValidatorServiceService()), ($this->privates['Harmonizely\\Repository\\Company\\UserTokenRepository'] ?? $this->load('getUserTokenRepositoryService.php')), ($this->privates['Harmonizely\\Repository\\Company\\UserDeviceTokenRepository'] ?? $this->load('getUserDeviceTokenRepositoryService.php')));