This commit is contained in:
2021-09-24 18:32:14 +08:00
parent 49f2d624ba
commit b153ea4aaa
+2
View File
@@ -28,6 +28,8 @@ abstract class Handler implements RequestHandlerInterface
public function __construct(public CHl $handler, public ?Iterator $middlewares)
{
$this->aspectProxy = Kiri::getDi()->get(AspectProxy::class);
$this->middlewares->rewind();
}