middleware)) { return; } $this->middleware = [$this->middleware]; } /** * @param array $handler * @return Middleware */ public function execute(array $handler): static { return $this; } }