We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b836f9 commit 50e7867Copy full SHA for 50e7867
2 files changed
user_guide_src/source/changelogs/v4.4.2.rst
@@ -47,6 +47,8 @@ Bugs Fixed
47
- **Forge:** Fixed a bug where adding a Primary Key to an existing table was
48
ignored if there were no other Keys added too.
49
- **Routing:** Fixed a bug that ``spark routes`` may show incorrect route names.
50
+- **UserGuide:** Fixed the descriptions for ``pre_system`` and ``post_system``
51
+ in :ref:`event-points`.
52
53
See the repo's
54
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
user_guide_src/source/extending/events.rst
@@ -82,6 +82,8 @@ You can stop simulation by passing false:
82
83
.. literalinclude:: events/008.php
84
85
+.. _event-points:
86
+
87
Event Points
88
============
89
0 commit comments