@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Line; |
4 | 4 | |
5 | -use NotificationChannels\Line\Exceptions\CouldNotSendNotification; |
|
6 | 5 | use Illuminate\Notifications\Notification; |
7 | 6 | use LINE\LINEBot; |
7 | +use NotificationChannels\Line\Exceptions\CouldNotSendNotification; |
|
8 | 8 | |
9 | 9 | class LineChannel |
10 | 10 | { |