mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-31 18:34:10 +00:00
fix bill seeder
This commit is contained in:
@@ -18,6 +18,7 @@ class TransactionResource extends JsonResource
|
||||
{
|
||||
$booking = $this->type === TransactionType::BILL ? $this->owner->owner : $this->booking;
|
||||
if(!$booking){
|
||||
dd($this->type);
|
||||
dd($this->owner);
|
||||
}
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user