|
|
@ -30,6 +30,6 @@ class UserAddress extends Model |
|
|
|
|
|
|
|
|
public function setTagsAttribute($value) |
|
|
public function setTagsAttribute($value) |
|
|
{ |
|
|
{ |
|
|
return json_encode(json_decode($value, true)); |
|
|
|
|
|
|
|
|
$this->attributes['tags'] = json_encode(json_decode($value, true)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |