@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | |
65 | 65 | if ( |
66 | 66 | request()->has(static::FILE_SORT_FLAG) && |
67 | - ! array_filter(request()->input(static::FILE_SORT_FLAG)) |
|
67 | + !array_filter(request()->input(static::FILE_SORT_FLAG)) |
|
68 | 68 | ) { |
69 | 69 | return false; |
70 | 70 | } |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | { |
176 | 176 | $this->name = $this->getStoreName($file); |
177 | 177 | |
178 | - return tap($this->upload($file), function () { |
|
178 | + return tap($this->upload($file), function() { |
|
179 | 179 | $this->name = null; |
180 | 180 | }); |
181 | 181 | } |