Skip to content

Commit

Permalink
StyleCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Norris1z committed Nov 19, 2020
1 parent c9b38ca commit 67310bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HubtelChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace NotificationChannels\Hubtel;

use Illuminate\Notifications\Notification;
use NotificationChannels\Hubtel\SMSClients\HubtelSMSClient;
use NotificationChannels\Hubtel\Exceptions\CouldNotSendNotification;
use NotificationChannels\Hubtel\SMSClients\HubtelSMSClient;

class HubtelChannel
{
Expand Down
2 changes: 1 addition & 1 deletion src/SMSClients/HubtelSMSClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace NotificationChannels\Hubtel\SMSClients;

use GuzzleHttp\Client;
use NotificationChannels\Hubtel\HubtelMessage;
use NotificationChannels\Hubtel\Exceptions\InvalidConfiguration;
use NotificationChannels\Hubtel\HubtelMessage;

class HubtelSMSClient
{
Expand Down

0 comments on commit 67310bd

Please sign in to comment.