attributes['data'] = json_encode($value, JSON_UNESCAPED_UNICODE); } public function getDataAttribute() { return json_decode($this->attributes['data']); } public function business() { return $this->belongsTo('App\Business'); } }