@@ -62,7 +62,7 @@ |
||
| 62 | 62 | |
| 63 | 63 | $h = null; |
| 64 | 64 | |
| 65 | - $img_rework->resize($w, $h, function ($constraint) { |
|
| 65 | + $img_rework->resize($w, $h, function($constraint) { |
|
| 66 | 66 | $constraint->aspectRatio(); |
| 67 | 67 | $constraint->upsize(); |
| 68 | 68 | }); |