@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Coreproc\GlobeLabsSms; |
| 4 | 4 | |
| 5 | +use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification; |
|
| 5 | 6 | use GuzzleHttp\Client; |
| 6 | 7 | use GuzzleHttp\Exception\GuzzleException; |
| 7 | 8 | use Illuminate\Notifications\Notification; |
| 8 | -use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification; |
|
| 9 | 9 | |
| 10 | 10 | class GlobeLabsSmsChannel |
| 11 | 11 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Coreproc\GlobeLabsSms; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | -use Coreproc\MsisdnPh\Msisdn; |
|
| 7 | 5 | use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification; |
| 6 | +use Coreproc\MsisdnPh\Msisdn; |
|
| 7 | +use Exception; |
|
| 8 | 8 | |
| 9 | 9 | class GlobeLabsSmsMessage |
| 10 | 10 | { |