作者 lackoxygen

fix:config

... ... @@ -6,9 +6,12 @@ use Lackoxygen\ExceptionPush\Agents\Wx;
return [
'agents' => [
Wx::class => [
'key' => '', 'enable' => false
'key' => '',
'enable' => false
], Ding::class => [
'token' => '', 'secret' => '', 'enable' => false
'token' => '',
'secret' => '',
'enable' => false
]
],
... ... @@ -17,6 +20,7 @@ return [
],
'callbacks' => [
'formatter' => null, 'dispatcher' => 'Lackoxygen\ExceptionPush\Job::push'
'formatter' => null,
'dispatcher' => '\Lackoxygen\ExceptionPush\Job\ExceptionPushJob::push'
]
];
... ...