Admin Workflow - API code refactor to fetch information to display on workflow

This commit is contained in:
Dillon Ngo
2025-01-04 22:38:42 +08:00
parent abe1f3df2b
commit db36336484
9 changed files with 249 additions and 115 deletions
@@ -21,6 +21,7 @@ class BookingBaseResource extends JsonResource
'company' => new CompanyResource($this->company),
'bank' => new BankResource($this->bank),
'marking' => $this->marking,
'fixed_currency' => new CurrencyResource($this->fixedCurrency),
];
}
}