attributes['charge'] = json_encode($value); } public function getChargeAttribute($value) { return json_decode($value, true); } }