We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33162e9 commit 9bd5b78Copy full SHA for 9bd5b78
config/soar.php
@@ -35,9 +35,9 @@
35
36
// soar 评分输出器
37
'output' => [
38
- Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
39
- Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
40
- Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
+ // Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
+ // Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
+ // Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
41
Guanguans\LaravelSoar\Outputs\JsonOutput::class,
42
Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
43
Guanguans\LaravelSoar\Outputs\DebugBarOutput::class,
0 commit comments