belongsTo('FireflyIII\Models\Account'); } public function getDates() { return ['created_at', 'updated_at', 'deleted_at']; } public function transactionJournal() { return $this->belongsTo('FireflyIII\Models\TransactionJournal'); } }