From f4caf8cc3e71136a6d132b500f0f763a5559719a Mon Sep 17 00:00:00 2001 From: Stilch Date: Tue, 27 Apr 2021 22:45:46 +0500 Subject: [PATCH] Public SUPPORTED_SCHEMES --- src/Uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uri.php b/src/Uri.php index a091c1e..28e6070 100644 --- a/src/Uri.php +++ b/src/Uri.php @@ -30,7 +30,7 @@ class Uri implements UriInterface { - protected const SUPPORTED_SCHEMES = [ + public const SUPPORTED_SCHEMES = [ '' => null, 'http' => 80, 'https' => 443