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 app\lib\GA;
 use app\models\ContentPage;
+use app\models\Trafficsource;
 use yii\data\Pagination;
 
 class IndexController extends Controller