File tree 2 files changed +4
-6
lines changed
user_guide_src/source/changelogs
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,9 @@ class IncomingRequest extends Request
67
67
* AFTER the baseURL. So, if hosted in a sub-folder this will
68
68
* appear different than actual URI path. If you need that use getPath().
69
69
*
70
- * @deprecated Will be protected. Use getUri() instead.
71
- *
72
70
* @var URI
73
71
*/
74
- public $ uri ;
72
+ protected $ uri ;
75
73
76
74
/**
77
75
* The detected URI path (relative to the baseURL).
@@ -125,10 +123,8 @@ class IncomingRequest extends Request
125
123
* Configuration settings.
126
124
*
127
125
* @var App
128
- *
129
- * @deprecated Will be protected.
130
126
*/
131
- public $ config ;
127
+ protected $ config ;
132
128
133
129
/**
134
130
* Holds the old data from a redirect.
Original file line number Diff line number Diff line change 130
130
Others
131
131
------
132
132
133
+ - **IncomingRequest:: ** The visibility of the deprecated properties ``$uri `` and
134
+ ``$config `` has been changed to protected.
133
135
- **Config: ** The deprecated ``CodeIgniter\Config\Config `` class has been removed.
134
136
135
137
Enhancements
You can’t perform that action at this time.
0 commit comments