This commit is contained in:
Marcel Pociot
2022-02-23 12:38:42 +01:00
parent a199aa8576
commit 89c9fa6742
6 changed files with 49 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ abstract class ServerAwareCommand extends Command
protected function configureConnectionLogger()
{
app()->bind(CliRequestLogger::class, function () {
app()->singleton(CliRequestLogger::class, function () {
return new CliRequestLogger(new ConsoleOutput());
});