Skip to content

Commit 9bd5b78

Browse files
committed
Update config file
1 parent 33162e9 commit 9bd5b78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/soar.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
// soar 评分输出器
3737
'output' => [
38-
Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
39-
Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
40-
Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
38+
// Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
39+
// Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
40+
// Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
4141
Guanguans\LaravelSoar\Outputs\JsonOutput::class,
4242
Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
4343
Guanguans\LaravelSoar\Outputs\DebugBarOutput::class,

0 commit comments

Comments
 (0)