Skip to content

Commit 77a2896

Browse files
committed
docs: improve upgrade_410
Remove deprecated Model::fillPlaceholders(), because it should be noted in changelogs.
1 parent db08358 commit 77a2896

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

user_guide_src/source/installation/upgrade_410.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Please refer to the upgrade instructions corresponding to your installation meth
1212
:local:
1313
:depth: 2
1414

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.
15+
Breaking Changes
16+
****************
1917

20-
**Model::fillPlaceholders**
18+
**Legacy Autoloading**
2119

22-
Replace any use of this method with its equivalent version from Validation instead.
20+
``Autoloader::loadLegacy()`` method was originally for transition to CodeIgniter v4. Since 4.1.0,
21+
this support was removed. All classes must be namespaced.

0 commit comments

Comments
 (0)