Prechádzať zdrojové kódy

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

Me 5 rokov pred
rodič
commit
af1df91d10
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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 
 {