hasMany(WorkWelcomeRelation::class, 'welcome_id', 'id'); } /** * @param $value * @return false|string */ public function setAttachmentsAttr($value) { return json_encode($value); } /** * @param $value * @return mixed */ public function getAttachmentsAttr($value) { return json_decode($value, true); } }