fix bill seeder

This commit is contained in:
omair saleh
2022-02-22 01:04:40 +08:00
parent 13a2aa8ec2
commit 43f63cf24c
@@ -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 [