WIP
parent
3747375a92
commit
b331b42390
|
|
@ -15,6 +15,7 @@ class DealerPurchaseSubsidyResource extends JsonResource
|
|||
public function toArray($request)
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'total_purchase_amount' => $this->total_purchase_amount,
|
||||
'total_subsidy' => $this->total_subsidy,
|
||||
'total_amount' => $this->total_amount,
|
||||
|
|
|
|||
Loading…
Reference in New Issue