Skip to content

Commit

Permalink
docs: update filter property name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 9, 2023
1 parent ad7343c commit 521ad41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion user_guide_src/source/testing/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ constant ``CI_DEBUG`` is defined and its value is truthy. This is defined in the
.. note:: The Debug Toolbar is not displayed when your ``baseURL`` setting (in **app/Config/App.php** or ``app.baseURL`` in **.env**) does not match your actual URL.

The toolbar itself is displayed as an :doc:`After Filter </incoming/filters>`. You can stop it from ever
running by removing it from the ``$globals`` property of **app/Config/Filters.php**.
running by removing ``'toolbar'`` from the ``$required`` (or ``$globals``) property of **app/Config/Filters.php**.

.. note:: Prior to v4.5.0, the toolbar was set to ``$globals`` by default.

Choosing What to Show
---------------------
Expand Down

0 comments on commit 521ad41

Please sign in to comment.