File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 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
6767 * AFTER the baseURL. So, if hosted in a sub-folder this will
6868 * appear different than actual URI path. If you need that use getPath().
6969 *
70- * @deprecated Will be protected. Use getUri() instead.
71- *
7270 * @var URI
7371 */
74- public $ uri ;
72+ protected $ uri ;
7573
7674 /**
7775 * The detected URI path (relative to the baseURL).
@@ -125,10 +123,8 @@ class IncomingRequest extends Request
125123 * Configuration settings.
126124 *
127125 * @var App
128- *
129- * @deprecated Will be protected.
130126 */
131- public $ config ;
127+ protected $ config ;
132128
133129 /**
134130 * Holds the old data from a redirect.
Original file line number Diff line number Diff line change 130130Others
131131------
132132
133+ - **IncomingRequest:: ** The visibility of the deprecated properties ``$uri `` and
134+ ``$config `` has been changed to protected.
133135- **Config: ** The deprecated ``CodeIgniter\Config\Config `` class has been removed.
134136
135137Enhancements
You can’t perform that action at this time.
0 commit comments