@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Contracts\Config\Repository; |
7 | -use NotificationChannels\Gammu\Models\Phone; |
|
7 | +use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification; |
|
8 | 8 | use NotificationChannels\Gammu\Models\Outbox; |
9 | 9 | use NotificationChannels\Gammu\Models\OutboxMultipart; |
10 | -use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification; |
|
10 | +use NotificationChannels\Gammu\Models\Phone; |
|
11 | 11 | |
12 | 12 | class DbDriver extends DriverAbstract |
13 | 13 | { |