Skip to content

Commit ae2b012

Browse files
committed
wip
1 parent c3195dc commit ae2b012

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Diff for: src/Notifications/LineChannel.php

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
namespace Revolution\Line\Notifications;
44

55
use Illuminate\Contracts\Support\Arrayable;
6-
use Illuminate\Http\Client\RequestException;
76
use Illuminate\Notifications\Notification;
87
use Illuminate\Support\Arr;
98
use LINE\Clients\MessagingApi\Model\PushMessageRequest;
10-
use Revolution\Line\Contracts\NotifyFactory;
119
use Revolution\Line\Facades\Bot;
1210

1311
class LineChannel

Diff for: tests/Notifications/LineChannelTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
namespace Tests\Notifications;
44

55
use Illuminate\Notifications\AnonymousNotifiable;
6-
use Mockery;
76
use Revolution\Line\Facades\Bot;
87
use Revolution\Line\Notifications\LineChannel;
9-
use Revolution\Line\Notifications\LineMessage;
108
use Tests\Notifications\Fixtures\LineNotificationStub;
11-
use Tests\Notifications\Fixtures\LineNotifyStub;
129
use Tests\Notifications\Fixtures\TestNotifiableStub;
1310
use Tests\TestCase;
1411

0 commit comments

Comments
 (0)