belongsTo(JournalEntry::class); } public function account() { return $this->belongsTo(Account::class); } }