@@ -184,7 +184,7 @@ |
||
| 184 | 184 | $attributes = array_merge($attributes, $this->attributes); |
| 185 | 185 | } |
| 186 | 186 | |
| 187 | - $attributes = collect($attributes)->map(function ($attribute, $name) { |
|
| 187 | + $attributes = collect($attributes)->map(function($attribute, $name) { |
|
| 188 | 188 | return "$name='$attribute'"; |
| 189 | 189 | })->implode(' '); |
| 190 | 190 | |
@@ -162,7 +162,7 @@ |
||
| 162 | 162 | protected function initialPreviewConfig() |
| 163 | 163 | { |
| 164 | 164 | return [ |
| 165 | - ['caption' => basename($this->value), 'key' => 0,], |
|
| 165 | + ['caption' => basename($this->value), 'key' => 0, ], |
|
| 166 | 166 | ]; |
| 167 | 167 | } |
| 168 | 168 | |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | 'browseLabel' => trans('admin.browse'), |
| 80 | 80 | 'showRemove' => $this->removable, |
| 81 | 81 | 'showUpload' => false, |
| 82 | - 'dropZoneEnabled' => false, //dropzone disabled by default for backward compatibility |
|
| 82 | + 'dropZoneEnabled' => false, //dropzone disabled by default for backward compatibility |
|
| 83 | 83 | 'showCancel' => false, |
| 84 | 84 | 'showClose' => $this->closeable, |
| 85 | 85 | 'fileActionSettings' => [ |