@@ -16,7 +16,7 @@ |
||
16 | 16 | */ |
17 | 17 | public function applyFilter(Image $image) |
18 | 18 | { |
19 | - return $image->resize(null, 150, function ($constraint) { |
|
19 | + return $image->resize(null, 150, function($constraint) { |
|
20 | 20 | $constraint->aspectRatio(); |
21 | 21 | }); |
22 | 22 | } |