@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Gammu; |
4 | 4 | |
5 | +use GuzzleHttp\Client as HttpClient; |
|
6 | +use Illuminate\Notifications\Notification; |
|
5 | 7 | use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification; |
6 | 8 | use NotificationChannels\Gammu\Models\Outbox; |
7 | 9 | use NotificationChannels\Gammu\Models\OutboxMultipart; |
8 | 10 | use NotificationChannels\Gammu\Models\Phone; |
9 | -use Illuminate\Notifications\Notification; |
|
10 | -use GuzzleHttp\Client as HttpClient; |
|
11 | 11 | |
12 | 12 | class GammuChannel |
13 | 13 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Gammu; |
4 | 4 | |
5 | -use Illuminate\Support\ServiceProvider; |
|
6 | 5 | use GuzzleHttp\Client as HttpClient; |
6 | +use Illuminate\Support\ServiceProvider; |
|
7 | 7 | |
8 | 8 | class GammuServiceProvider extends ServiceProvider |
9 | 9 | { |