@@ -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 | { |
@@ -76,8 +76,8 @@ |
||
| 76 | 76 | /** |
| 77 | 77 | * @param int $argumentPosition |
| 78 | 78 | * @param string $function |
| 79 | - * @param string|string[] $expectedType |
|
| 80 | - * @param string $providedTypes |
|
| 79 | + * @param string|string[] $expectedTypes |
|
| 80 | + * @param string $providedType |
|
| 81 | 81 | * @return InvalidArgumentException |
| 82 | 82 | */ |
| 83 | 83 | public static function createInvalidArgumentException($argumentPosition, $function, $expectedTypes, $providedType) |