@@ -5,9 +5,9 @@ |
||
5 | 5 | namespace tuyakhov\notifications\channels; |
6 | 6 | |
7 | 7 | |
8 | -use tuyakhov\notifications\messages\MailMessage; |
|
9 | 8 | use tuyakhov\notifications\NotifiableInterface; |
10 | 9 | use tuyakhov\notifications\NotificationInterface; |
10 | +use tuyakhov\notifications\messages\MailMessage; |
|
11 | 11 | use yii\base\Component; |
12 | 12 | use yii\di\Instance; |
13 | 13 | use yii\mail\MailerInterface; |
@@ -4,9 +4,9 @@ |
||
4 | 4 | */ |
5 | 5 | namespace tuyakhov\notifications\channels; |
6 | 6 | |
7 | -use tuyakhov\notifications\messages\SmsMessage; |
|
8 | 7 | use tuyakhov\notifications\NotifiableInterface; |
9 | 8 | use tuyakhov\notifications\NotificationInterface; |
9 | +use tuyakhov\notifications\messages\SmsMessage; |
|
10 | 10 | use yii\base\Component; |
11 | 11 | use yii\di\Instance; |
12 | 12 | use yii\httpclient\Client; |