@@ -9,10 +9,10 @@ |
||
9 | 9 | |
10 | 10 | namespace Jgut\Tify\Notification; |
11 | 11 | |
12 | -use Jgut\Tify\Service\AbstractService; |
|
13 | 12 | use Jgut\Tify\Device\AbstractDevice; |
14 | 13 | use Jgut\Tify\Message\AbstractMessage; |
15 | 14 | use Jgut\Tify\OptionsTrait; |
15 | +use Jgut\Tify\Service\AbstractService; |
|
16 | 16 | |
17 | 17 | abstract class AbstractNotification |
18 | 18 | { |