@@ -94,7 +94,7 @@ |
||
94 | 94 | // image object |
95 | 95 | try { |
96 | 96 | $img = ImageManager::make($this->source); |
97 | - $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) { |
|
97 | + $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) { |
|
98 | 98 | $constraint->aspectRatio(); |
99 | 99 | $constraint->upsize(); |
100 | 100 | }); |