@@ -52,7 +52,7 @@ |
||
| 52 | 52 | $w = null; |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | - $img_rework->resize($w, $h, function ($constraint) { |
|
| 55 | + $img_rework->resize($w, $h, function($constraint) { |
|
| 56 | 56 | $constraint->aspectRatio(); |
| 57 | 57 | $constraint->upsize(); |
| 58 | 58 | }); |