belongsTo('FireflyIII\Models\Account'); } public function getDataAttribute($value) { return json_decode($value); } public function getDates() { return ['created_at', 'updated_at']; } public function setDataAttribute($value) { $this->attributes['data'] = json_encode($value); } }