We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db08358 commit 77a2896Copy full SHA for 77a2896
1 file changed
user_guide_src/source/installation/upgrade_410.rst
@@ -12,11 +12,10 @@ Please refer to the upgrade instructions corresponding to your installation meth
12
:local:
13
:depth: 2
14
15
-**Legacy Autoloading**
16
-
17
-`Autoloader::loadLegacy()` method was originally for transition to CodeIgniter v4. Since `4.1.0`,
18
-this support was removed and this method should not be used.
+Breaking Changes
+****************
19
20
-**Model::fillPlaceholders**
+**Legacy Autoloading**
21
22
-Replace any use of this method with its equivalent version from Validation instead.
+``Autoloader::loadLegacy()`` method was originally for transition to CodeIgniter v4. Since 4.1.0,
+this support was removed. All classes must be namespaced.
0 commit comments