update api register
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user