Skip to content

Commit

Permalink
Fix wrong class import
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelk authored Jul 12, 2021
1 parent 143c8cc commit 7aaedaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SmsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

namespace Vemcogroup\SmsApi;

use Smsapi\Client\SmsapiHttpClient;
use Smsapi\Client\Feature\Sms\Data\Sms;
use Smsapi\Client\Curl\SmsapiHttpClient;
use Smsapi\Client\Feature\Sms\Bag\SendSmsBag;
use Vemcogroup\SmsApi\Exceptions\SmsApiException;

Expand Down

0 comments on commit 7aaedaa

Please sign in to comment.