Sfoglia il codice sorgente

更新 'application/index/controller/Base.php'

Me 5 anni fa
parent
commit
af1df91d10
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      application/index/controller/Base.php

+ 3 - 0
application/index/controller/Base.php

@@ -1,5 +1,8 @@
 <?php
 namespace app\index\controller;
+use app\index\model\CommonModel;
+use app\index\model\ArticleModel; 
+use think\Exception;
 use think\Controller; 
 class Base extends Controller 
 {