|
143 | 143 | ],
|
144 | 144 | 'client' => [
|
145 | 145 | 'class' => \Guanguans\Notify\Bark\Client::class,
|
146 |
| - 'http_options' => [], |
147 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
148 | 146 | ],
|
149 | 147 | 'message' => [
|
150 | 148 | 'class' => \Guanguans\Notify\Bark\Messages\Message::class,
|
|
164 | 162 | ],
|
165 | 163 | 'client' => [
|
166 | 164 | 'class' => \Guanguans\Notify\Chanify\Client::class,
|
167 |
| - 'http_options' => [], |
168 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
169 | 165 | ],
|
170 | 166 | 'message' => [
|
171 | 167 | 'class' => \Guanguans\Notify\Chanify\Messages\TextMessage::class,
|
|
186 | 182 | ],
|
187 | 183 | 'client' => [
|
188 | 184 | 'class' => \Guanguans\Notify\DingTalk\Client::class,
|
189 |
| - 'http_options' => [], |
190 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
191 | 185 | ],
|
192 | 186 | 'message' => [
|
193 | 187 | 'class' => \Guanguans\Notify\DingTalk\Messages\MarkdownMessage::class,
|
|
209 | 203 | ],
|
210 | 204 | 'client' => [
|
211 | 205 | 'class' => \Guanguans\Notify\Discord\Client::class,
|
212 |
| - 'http_options' => [], |
213 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
214 | 206 | ],
|
215 | 207 | 'message' => [
|
216 | 208 | 'class' => \Guanguans\Notify\Discord\Messages\Message::class,
|
|
230 | 222 | ],
|
231 | 223 | 'client' => [
|
232 | 224 | 'class' => \Guanguans\Notify\Lark\Client::class,
|
233 |
| - 'http_options' => [], |
234 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
235 | 225 | ],
|
236 | 226 | 'message' => [
|
237 | 227 | 'class' => \Guanguans\Notify\Lark\Messages\TextMessage::class,
|
|
253 | 243 | ],
|
254 | 244 | 'client' => [
|
255 | 245 | 'class' => \Guanguans\Notify\Ntfy\Client::class,
|
256 |
| - 'http_options' => [], |
257 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
258 | 246 | ],
|
259 | 247 | 'message' => [
|
260 | 248 | 'class' => \Guanguans\Notify\Ntfy\Messages\Message::class,
|
|
275 | 263 | ],
|
276 | 264 | 'client' => [
|
277 | 265 | 'class' => \Guanguans\Notify\PushDeer\Client::class,
|
278 |
| - 'http_options' => [], |
279 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
280 | 266 | ],
|
281 | 267 | 'message' => [
|
282 | 268 | 'class' => \Guanguans\Notify\PushDeer\Messages\Message::class,
|
|
298 | 284 | ],
|
299 | 285 | 'client' => [
|
300 | 286 | 'class' => \Guanguans\Notify\Slack\Client::class,
|
301 |
| - 'http_options' => [], |
302 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
303 | 287 | ],
|
304 | 288 | 'message' => [
|
305 | 289 | 'class' => \Guanguans\Notify\Slack\Messages\Message::class,
|
|
320 | 304 | ],
|
321 | 305 | 'client' => [
|
322 | 306 | 'class' => \Guanguans\Notify\Telegram\Client::class,
|
323 |
| - 'http_options' => [], |
324 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
325 | 307 | ],
|
326 | 308 | 'message' => [
|
327 | 309 | 'class' => \Guanguans\Notify\Telegram\Messages\TextMessage::class,
|
|
341 | 323 | ],
|
342 | 324 | 'client' => [
|
343 | 325 | 'class' => \Guanguans\Notify\WeWork\Client::class,
|
344 |
| - 'http_options' => [], |
345 |
| - // 'extender' => \Guanguans\LaravelExceptionNotify\DefaultNotifyClientExtender::class, |
346 | 326 | ],
|
347 | 327 | 'message' => [
|
348 | 328 | 'class' => \Guanguans\Notify\WeWork\Messages\MarkdownMessage::class,
|
|
0 commit comments