This commit is contained in:
2021-10-25 18:39:30 +08:00
parent 4be5809230
commit e0f548a021
15 changed files with 34 additions and 212 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ interface ProxyInterface
/**
* @param \Http\Handler\Handler $executor
* @param Handler $executor
* @return mixed
*/
public function proxy(Handler $executor): mixed;