Skip to content

Commit

Permalink
template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Nov 9, 2024
1 parent ee2d82b commit 219731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fitmo_backend/app/Http/Controllers/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public function storeTemplate(Request $request, $id)

$img->setImageCompression(Imagick::COMPRESSION_JPEG);

$img->setImgeCompressionQuality(85);
$img->setImageCompressionQuality(85);

$img->stripImage();

Expand Down

0 comments on commit 219731b

Please sign in to comment.