belongsTo('User', 'user_id', 'id')->setEagerlyType(0); } public function getTypeTextAttr($value, $data) { return FeedbackEnum::getFeedbackTypeText($data['type']); } public function getImageTextAttr($value, $data){ return json_decode($data['images'], true); } }