@@ -83,7 +83,7 @@ |
||
83 | 83 | // creates an image object |
84 | 84 | try { |
85 | 85 | $img = ImageManager::make($source); |
86 | - $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) { |
|
86 | + $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) { |
|
87 | 87 | $constraint->aspectRatio(); |
88 | 88 | $constraint->upsize(); |
89 | 89 | }); |