Quellcode durchsuchen

httpUtil报错修复

shish vor 6 Jahren
Ursprung
Commit
36abaed05c
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      common/components/httpUtil.php

+ 1 - 0
common/components/httpUtil.php

@@ -7,6 +7,7 @@
  */
 
 namespace common\components;
+use Yii;
 
 class httpUtil
 {