Skip to content

Commit eb681a8

Browse files
committed
fix
1 parent 28232a8 commit eb681a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Util/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle(array $record): bool
4848
switch (PHP_SAPI) {
4949
case 'cli':
5050
case 'cli-server':
51-
file_put_contents("php://stdout", $message);
51+
// file_put_contents("php://stdout", $message);
5252
break;
5353
}
5454
return false;

0 commit comments

Comments
 (0)