chengwl 4 лет назад
Родитель
Сommit
6944bce2df
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      controllers/IndexController.php

+ 1 - 0
controllers/IndexController.php

@@ -9,6 +9,7 @@ use yii\web\Response;
 use yii\filters\VerbFilter;
 use app\lib\GA;
 use app\models\ContentPage;
+use app\models\Trafficsource;
 use yii\data\Pagination;
 
 class IndexController extends Controller