This commit is contained in:
2021-08-17 16:54:01 +08:00
parent 1f85ff1d65
commit 151c1ccdd6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace App\Http\Interceptor;
} else {
$html .= '
use Closure;
use Http\Http\Request;
use Http\Context\Request;
use Http\IInterface\Interceptor;
';
}