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

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

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