refac: Auction DTO류를 새 DTO에 맞게 변경
This commit is contained in:
@@ -41,6 +41,6 @@ class Auction
|
||||
if ($rawBettingInfo === null) {
|
||||
throw new \RuntimeException("해당 경매가 없습니다: {$auctionID}");
|
||||
}
|
||||
$this->info = new AuctionInfo($rawBettingInfo);
|
||||
$this->info = AuctionInfo::fromArray($rawBettingInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user