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

index 6eb406393bab1550bd6502708ca8bd376f1084b6..94d9a0924d317d441c4303ad9cd62c531dd3c948 100644 (file)
@@ -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;
     }
 
     /**