belongsTo(Account::class); } /** * Get the ledger that owns the Balance * * @return BelongsTo */ public function ledger(): BelongsTo { return $this->belongsTo(Ledger::class); } }