Skip to content

Commit f8c0cc5

Browse files
authored
chore: style issues
Apply fixes from StyleCI
2 parents 847c1b8 + d507a33 commit f8c0cc5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/SmsapiChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Smsapi;
44

5-
use SMSApi\Api\Response\StatusResponse;
65
use Illuminate\Notifications\Notification;
6+
use SMSApi\Api\Response\StatusResponse;
77

88
class SmsapiChannel
99
{

src/SmsapiClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace NotificationChannels\Smsapi;
44

5-
use SMSApi\Client;
6-
use SMSApi\Proxy\Proxy;
75
use SMSApi\Api\MmsFactory;
6+
use SMSApi\Api\Response\Response;
87
use SMSApi\Api\SmsFactory;
98
use SMSApi\Api\VmsFactory;
10-
use SMSApi\Api\Response\Response;
9+
use SMSApi\Client;
10+
use SMSApi\Proxy\Proxy;
1111

1212
class SmsapiClient
1313
{

src/SmsapiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Smsapi;
44

5-
use SMSApi\Client;
65
use Illuminate\Support\ServiceProvider;
6+
use SMSApi\Client;
77

88
class SmsapiServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)