fix bill seeder

This commit is contained in:
omair saleh
2022-02-22 01:04:02 +08:00
parent 7b590eba23
commit 13a2aa8ec2
+1 -1
View File
@@ -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,