@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace Coreproc\GlobeLabsSms; |
4 | 4 | |
5 | 5 | use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification; |
6 | -use Coreproc\GlobeLabsSms\Events\MessageWasSent; |
|
7 | -use Coreproc\GlobeLabsSms\Events\SendingMessage; |
|
8 | 6 | use Illuminate\Notifications\Notification; |
9 | 7 | |
10 | 8 | class GlobeLabsSmsChannel |