Skip to content

Commit c704227

Browse files
committed
docs: add missing 4
1 parent 82a1d53 commit c704227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ What has been changed
1616

1717
- Since namespaces have been added to CodeIgniter 4, the controllers must be changed to support namespaces.
1818
- Controllers don't use constructors any more (to invoke CI 'magic') unless those are part of base controllers you make.
19-
- CI provides Request and Response objects for you to work with - more powerful than the CI3-way.
19+
- CI4 provides Request and Response objects for you to work with - more powerful than the CI3-way.
2020
- If you want a base controller (``MY_Controller`` in CI3), make it where you like,
2121
e.g., BaseController extends Controller, and then have your controllers extend it
2222

0 commit comments

Comments
 (0)