From 679dc594c6103a77c10db7aaa9869abbfdafa4ca Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 15:36:44 +0200 Subject: [PATCH] wip #5991 --- src/Jobs/ProcessFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5