'integer' ]; /** * @param $value * @return false|string[] */ public function getEmoticonIdsAttribute($value) { return explode(',', $value); } }