コード例 #1
0
 public function handle(ResetPasswordCommand $command)
 {
     $this->userService->requestPasswordResetToken($command->getEmail(), $command->getUserAgent(), $command->getIp4());
 }