From: Vincent Vanwaelscappel Date: Tue, 21 Dec 2021 11:13:40 +0000 (+0100) Subject: wip #4969 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a852b94e2f13324ab866c3d2fe2b3f0e85d66c70;p=fluidbook_tools.git wip #4969 @0.25 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 6eb4063..94d9a09 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -122,6 +122,7 @@ class Compiler implements ShouldQueue, ShouldBeUnique { foreach ($this->resolutions as $resolution) { $res['back' . $resolution] = new ProcessFile('jpg', $resolution, true, false); } + return $res; } /**