@@ -88,7 +88,7 @@ |
||
88 | 88 | // resize |
89 | 89 | if (!Util::getFS()->exists($destination)) { |
90 | 90 | $img = ImageManager::make($source); |
91 | - $img->resize($size, null, function (\Intervention\Image\Constraint $constraint) { |
|
91 | + $img->resize($size, null, function(\Intervention\Image\Constraint $constraint) { |
|
92 | 92 | $constraint->aspectRatio(); |
93 | 93 | $constraint->upsize(); |
94 | 94 | }); |