Completed
Pull Request — master (#10)
by Owen
12:10 queued 07:07
created
src/Drivers/DbDriver.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Contracts\Config\Repository;
7
-use NotificationChannels\Gammu\Models\Phone;
7
+use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification;
8 8
 use NotificationChannels\Gammu\Models\Outbox;
9 9
 use NotificationChannels\Gammu\Models\OutboxMultipart;
10
-use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification;
10
+use NotificationChannels\Gammu\Models\Phone;
11 11
 
12 12
 class DbDriver extends DriverAbstract
13 13
 {
Please login to merge, or discard this patch.