chengwl пре 4 година
родитељ
комит
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 yii\filters\VerbFilter;
 use app\lib\GA;
 use app\lib\GA;
 use app\models\ContentPage;
 use app\models\ContentPage;
+use app\models\Trafficsource;
 use yii\data\Pagination;
 use yii\data\Pagination;
 
 
 class IndexController extends Controller
 class IndexController extends Controller