@@ -165,6 +165,9 @@ |
||
165 | 165 | return $this; |
166 | 166 | } |
167 | 167 | |
168 | + /** |
|
169 | + * @param string $type |
|
170 | + */ |
|
168 | 171 | protected static function convertToTags($values, $type = null, $locale = null) |
169 | 172 | { |
170 | 173 | return collect($values)->map(function (string $value) use ($type, $locale) { |