songxingwei преди 3 години
родител
ревизия
4c3b91668f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      vendor/topthink/framework/src/think/Http.php

+ 1 - 1
vendor/topthink/framework/src/think/Http.php

@@ -154,7 +154,7 @@ class Http
      */
     public function run(Request $request = null): Response
     {
-        echo  1;die();
+       // echo  1;die();
         //自动创建request对象
         $request = $request ?? $this->app->make('request', [], true);
         $this->app->instance('request', $request);