Skip to content

Commit aa6cdb2

Browse files
committed
Fix cake4 incompatibility.
1 parent a39151d commit aa6cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shell/AssetCompressShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function startup(): void
4848
parent::startup();
4949
$configFinder = new ConfigFinder();
5050
$this->setConfig($configFinder->loadAll());
51-
$this->out();
51+
$this->out('');
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)