wupengfei 3 years ago
parent
commit
22f75dc653
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/zoujingli/think-library/src/Controller.php

+ 1 - 1
vendor/zoujingli/think-library/src/Controller.php

@@ -69,7 +69,7 @@ abstract class Controller extends \stdClass
     {
         $this->app = $app;
         $this->request = $app->request;
-        var_dump($app);
+        //var_dump($app);
         // 控制器注入容器
         Container::set('library\Controller', $this);
         if (in_array($this->request->action(), get_class_methods(__CLASS__))) {