Skip to content

Commit

Permalink
refactor(DdChannel): remove DdChannel
Browse files Browse the repository at this point in the history
- Remove DdChannel.php
- Remove createDdDriver() method from ExceptionNotifyManager.php
  • Loading branch information
guanguans committed Aug 9, 2023
1 parent 15185b4 commit 02055c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
29 changes: 0 additions & 29 deletions src/Channels/DdChannel.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/ExceptionNotifyManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

use Guanguans\LaravelExceptionNotify\Channels\BarkChannel;
use Guanguans\LaravelExceptionNotify\Channels\ChanifyChannel;
use Guanguans\LaravelExceptionNotify\Channels\DdChannel;
use Guanguans\LaravelExceptionNotify\Channels\DingTalkChannel;
use Guanguans\LaravelExceptionNotify\Channels\DiscordChannel;
use Guanguans\LaravelExceptionNotify\Channels\DumpChannel;
Expand Down Expand Up @@ -181,11 +180,6 @@ protected function createChanifyDriver(): ChanifyChannel
);
}

protected function createDdDriver(): DdChannel
{
return new DdChannel();
}

protected function createDingTalkDriver(): DingTalkChannel
{
return new DingTalkChannel(
Expand Down

0 comments on commit 02055c9

Please sign in to comment.