wupengfei 3 years ago
parent
commit
a55ecbc42b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      thinkphp/library/think/App.php

+ 1 - 1
thinkphp/library/think/App.php

@@ -431,7 +431,7 @@ class App extends Container
         $this->middleware->add(function (Request $request, $next) use ($dispatch, $data) {
             return is_null($data) ? $dispatch->run() : $data;
         });
-
+        var_dump('bbb');
         $response = $this->middleware->dispatch($this->request);
 
         // 监听app_end