Completed
Push — master ( e5d66a...b93c78 )
by Julián
02:15
created
src/Notification/AbstractNotification.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 
10 10
 namespace Jgut\Tify\Notification;
11 11
 
12
-use Jgut\Tify\Recipient\AbstractRecipient;
13 12
 use Jgut\Tify\Message\AbstractMessage;
14 13
 use Jgut\Tify\OptionsTrait;
14
+use Jgut\Tify\Recipient\AbstractRecipient;
15 15
 use Jgut\Tify\Service\AbstractService;
16 16
 
17 17
 abstract class AbstractNotification
Please login to merge, or discard this patch.