From a852b94e2f13324ab866c3d2fe2b3f0e85d66c70 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Dec 2021 12:13:40 +0100 Subject: [PATCH] wip #4969 @0.25 --- src/Compiler/Compiler.php | 1 + 1 file changed, 1 insertion(+) 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; } /** -- 2.39.5