@@ -239,6 +239,9 @@ |
||
239 | 239 | })->all(); |
240 | 240 | } |
241 | 241 | |
242 | + /** |
|
243 | + * @param string $type |
|
244 | + */ |
|
242 | 245 | protected static function convertToTags($values, $type = null, $locale = null) |
243 | 246 | { |
244 | 247 | return collect($values)->map(function ($value) use ($type, $locale) { |