code for statement import invoice mapping

This commit is contained in:
Steve Ng
2023-10-06 10:59:36 +08:00
parent ddc1df0d6e
commit bc5d1eff88
10 changed files with 392 additions and 31 deletions
+5
View File
@@ -21,6 +21,11 @@ class StatementTransactionOwner extends Model
'receipt_reference',
'status',
];
public function owner(): morphTo
{
return $this->morphTo();
}
public function transaction(): BelongsTo
{