@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Smsapi; |
4 | 4 | |
5 | -use SMSApi\Api\Response\StatusResponse; |
|
6 | 5 | use Illuminate\Notifications\Notification; |
6 | +use SMSApi\Api\Response\StatusResponse; |
|
7 | 7 | |
8 | 8 | class SmsapiChannel |
9 | 9 | { |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Smsapi; |
4 | 4 | |
5 | -use SMSApi\Client; |
|
6 | -use SMSApi\Proxy\Proxy; |
|
7 | 5 | use SMSApi\Api\MmsFactory; |
6 | +use SMSApi\Api\Response\Response; |
|
8 | 7 | use SMSApi\Api\SmsFactory; |
9 | 8 | use SMSApi\Api\VmsFactory; |
10 | -use SMSApi\Api\Response\Response; |
|
9 | +use SMSApi\Client; |
|
10 | +use SMSApi\Proxy\Proxy; |
|
11 | 11 | |
12 | 12 | class SmsapiClient |
13 | 13 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Smsapi; |
4 | 4 | |
5 | -use SMSApi\Client; |
|
6 | 5 | use Illuminate\Support\ServiceProvider; |
6 | +use SMSApi\Client; |
|
7 | 7 | |
8 | 8 | class SmsapiServiceProvider extends ServiceProvider |
9 | 9 | { |