コード例 #1
0
 public function handle(LoginWithTokenCommand $command)
 {
     $this->userService->loginWithToken($command->getEmail(), $command->getToken(), $command->getRemoteIp4());
 }