From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 13:36:44 +0000 (+0200) Subject: wip #5991 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=679dc594c6103a77c10db7aaa9869abbfdafa4ca;p=fluidbook_tools.git wip #5991 --- diff --git a/src/Jobs/ProcessFile.php b/src/Jobs/ProcessFile.php index aba6629..ae3d0a4 100644 --- a/src/Jobs/ProcessFile.php +++ b/src/Jobs/ProcessFile.php @@ -32,7 +32,7 @@ class ProcessFile { */ protected $job; - public function __construct($format = 'jpg', $resolution = 150, $withGraphics = true, $withTexts = true, $version = 'html', $quality = 85) { + public function __construct($format = 'jpg', $resolution = 150, $quality = 85, $withGraphics = true, $withTexts = true, $version = 'html') { $this->format = $format; $this->resolution = $resolution; $this->withGraphics = $withGraphics;