update api register

This commit is contained in:
Wian Drs
2026-08-01 11:42:42 +07:00
parent b0d08211ec
commit 75342dc7b7
55 changed files with 2254 additions and 35 deletions
+5
View File
@@ -18,6 +18,11 @@ class Wallet extends Model
return $this->morphTo();
}
public function tenant()
{
return $this->belongsTo(Tenant::class);
}
public function ledgerEntries()
{
return $this->hasMany(WalletLedgerEntry::class);