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 de282b9 commit f35bb0eCopy full SHA for f35bb0e
system/HTTP/IncomingRequest.php
@@ -67,11 +67,9 @@ class IncomingRequest extends Request
67
* AFTER the baseURL. So, if hosted in a sub-folder this will
68
* appear different than actual URI path. If you need that use getPath().
69
*
70
- * @deprecated Will be protected. Use getUri() instead.
71
- *
72
* @var URI
73
*/
74
- public $uri;
+ protected $uri;
75
76
/**
77
* The detected URI path (relative to the baseURL).
@@ -125,10 +123,8 @@ class IncomingRequest extends Request
125
123
* Configuration settings.
126
124
127
* @var App
128
129
- * @deprecated Will be protected.
130
131
- public $config;
+ protected $config;
132
133
134
* Holds the old data from a redirect.
0 commit comments