@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace NotificationChannels\SmscRu; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Notifications\Notification; |
| 6 | -use NotificationChannels\SmscRu\Events\SendingMessage; |
|
| 7 | 6 | use NotificationChannels\SmscRu\Events\MessageWasSent; |
| 7 | +use NotificationChannels\SmscRu\Events\SendingMessage; |
|
| 8 | 8 | |
| 9 | 9 | class SmscRuChannel |
| 10 | 10 | { |