xun 7 years ago
parent
commit
14121a3124
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/index/controller/Index.php

+ 0 - 2
application/index/controller/Index.php

@@ -1,14 +1,12 @@
 <?php
 namespace app\index\controller;
 
-use common\Gather;
 use think\Controller;
 
 class Index extends Controller
 {
     public function index()
     {
-        Gather::add();
         $model=model('common/Project');
         $data=$model->select();
         $this->assign('data',$data);