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