Commit c23efc78192df353c37ec567735e6db95c45c7d2

Authored by Dmytry Fedorchuk
1 parent 2223e58b

smstest router and siteController sms test action

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
common/components/SmsSender.php
@@ -3,9 +3,6 @@ namespace common\components; @@ -3,9 +3,6 @@ namespace common\components;
3 3
4 use Yii; 4 use Yii;
5 use yii\base\Component; 5 use yii\base\Component;
6 -use yii\base\ErrorException;  
7 -use yii\helpers\Html;  
8 -use yii\web\Request;  
9 6
10 class SmsSender extends Component 7 class SmsSender extends Component
11 { 8 {