@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | |
179 | 179 | $options = json_encode($this->options); |
180 | 180 | |
181 | - $options = substr($options, 0, -1) . <<<STR |
|
181 | + $options = substr($options, 0, -1).<<<STR |
|
182 | 182 | , |
183 | 183 | "success":function(response, newValue){ |
184 | 184 | if (response.status){ |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | $attributes = array_merge($attributes, $this->attributes); |
216 | 216 | } |
217 | 217 | |
218 | - $attributes = collect($attributes)->map(function ($attribute, $name) { |
|
218 | + $attributes = collect($attributes)->map(function($attribute, $name) { |
|
219 | 219 | return "$name='$attribute'"; |
220 | 220 | })->implode(' '); |
221 | 221 |