コード例 #1
0
 public function handle(ChangePasswordCommand $command)
 {
     $this->userService->changePassword($command->getUserId(), $command->getPassword());
 }