@@ -169,7 +169,7 @@ |
||
| 169 | 169 | |
| 170 | 170 | $action = $size[2] ?? 'resize'; |
| 171 | 171 | // Resize image with aspect ratio |
| 172 | - $image->$action($size[0], $size[1], function (Constraint $constraint) { |
|
| 172 | + $image->$action($size[0], $size[1], function(Constraint $constraint) { |
|
| 173 | 173 | $constraint->aspectRatio(); |
| 174 | 174 | })->resizeCanvas($size[0], $size[1], 'center', false, '#ffffff'); |
| 175 | 175 | |