belongsTo('App\\SpPageType', 'dependent_page_type_id'); } public function getFrameInfoFormAttribute($value) { return json_decode($value, true); } public function setFrameInfoFormAttribute($value) { $this->attributes['frame_info_form'] = json_encode($value, JSON_UNESCAPED_UNICODE); } }