From 604efcd99a87742e2b934b0ebdeece6997efa0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 2 Aug 2023 13:00:10 +0800 Subject: [PATCH] qqq --- src/Constrict/Uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constrict/Uri.php b/src/Constrict/Uri.php index aa6f3df..500fe3e 100644 --- a/src/Constrict/Uri.php +++ b/src/Constrict/Uri.php @@ -22,7 +22,7 @@ class Uri implements UriInterface /** * @param Request $request */ - public function __construct(readonly public Request $request) + public function __construct(public Request $request) { }