]> _ Git - fluidbook_tools.git/commitdiff
wip #4969
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Dec 2021 11:07:52 +0000 (12:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Dec 2021 11:07:52 +0000 (12:07 +0100)
src/Compiler/Compiler.php

index 23b49d292a52645501010e14ef91a969bcf470ca..6eb406393bab1550bd6502708ca8bd376f1084b6 100644 (file)
@@ -120,7 +120,7 @@ class Compiler implements ShouldQueue, ShouldBeUnique {
             'text' => new ProcessFile('svg', 150, false, true),
         ];
         foreach ($this->resolutions as $resolution) {
-            $res['back' . $resolution] = new ProcessFile('jpg', $resolution, true, false),
+            $res['back' . $resolution] = new ProcessFile('jpg', $resolution, true, false);
         }
     }