Skip to content

Commit 0d8f818

Browse files
committed
docs: fix DBQuery explanation
1 parent a19128b commit 0d8f818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/extending/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ The following is a list of available event points within the CodeIgniter core co
9191
* **post_controller_constructor** Called immediately after your controller is instantiated, but prior to any method calls happening.
9292
* **post_system** Called after the final rendered page is sent to the browser, at the end of system execution after the finalized data is sent to the browser.
9393
* **email** Called after an email sent successfully from ``CodeIgniter\Email\Email``. Receives an array of the ``Email`` class's properties as a parameter.
94-
* **DBQuery** Called after a successfully-completed database query. Receives the ``Query`` object.
94+
* **DBQuery** Called after a database query whether successful or not. Receives the ``Query`` object.
9595
* **migrate** Called after a successful migration call to ``latest()`` or ``regress()``. Receives the current properties of ``MigrationRunner`` as well as the name of the method.

0 commit comments

Comments
 (0)