We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaadc40 commit 1f62c1cCopy full SHA for 1f62c1c
system/HTTP/URI.php
@@ -39,7 +39,7 @@ class URI
39
/**
40
* The Current baseURL.
41
*/
42
- protected ?string $baseURL = null;
+ private ?string $baseURL = null;
43
44
45
* List of URI segments.
@@ -761,6 +761,8 @@ public function setPath(string $path)
761
762
763
* Sets the current baseURL.
764
+ *
765
+ * @interal
766
767
public function setBaseURL(string $baseURL): void
768
{
@@ -769,6 +771,8 @@ public function setBaseURL(string $baseURL): void
769
771
770
772
773
* Returns the current baseURL.
774
775
776
777
public function getBaseURL(): string
778
0 commit comments