From aa6cdb22fe6eeaecc0c9e27c65a5ef525efdc21d Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 28 Dec 2019 13:01:24 -0500 Subject: [PATCH] Fix cake4 incompatibility. --- src/Shell/AssetCompressShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell/AssetCompressShell.php b/src/Shell/AssetCompressShell.php index 3e1d4167..bec10875 100644 --- a/src/Shell/AssetCompressShell.php +++ b/src/Shell/AssetCompressShell.php @@ -48,7 +48,7 @@ public function startup(): void parent::startup(); $configFinder = new ConfigFinder(); $this->setConfig($configFinder->loadAll()); - $this->out(); + $this->out(''); } /**