This commit is contained in:
2021-08-17 16:43:50 +08:00
parent 539ba488e9
commit 5b1e28c323
80 changed files with 232 additions and 396 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ namespace App\Http\Interceptor;
} else {
$html .= '
use Closure;
use HttpServer\Http\Request;
use HttpServer\IInterface\Interceptor;
use Http\Http\Request;
use Http\IInterface\Interceptor;
';
}