@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | |
| 185 | 185 | $options = json_encode($this->options); |
| 186 | 186 | |
| 187 | - $options = substr($options, 0, -1) . <<<STR |
|
| 187 | + $options = substr($options, 0, -1).<<<STR |
|
| 188 | 188 | , |
| 189 | 189 | "success":function(response, newValue){ |
| 190 | 190 | if (response.status){ |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | $attributes = array_merge($attributes, $this->attributes); |
| 214 | 214 | } |
| 215 | 215 | |
| 216 | - $attributes = collect($attributes)->map(function ($attribute, $name) { |
|
| 216 | + $attributes = collect($attributes)->map(function($attribute, $name) { |
|
| 217 | 217 | return "$name='$attribute'"; |
| 218 | 218 | })->implode(' '); |
| 219 | 219 | |