Skip to content

Commit 0093929

Browse files
authored
docs: fix UG style
1 parent febe5a4 commit 0093929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ This involves retrieving details about the active controller and method, as well
11361136
Below, we explore how to access this routing information to assist in tasks such as logging, debugging, or implementing conditional logic.
11371137

11381138
Retrieving the Current Controller/Method Names
1139-
==========================================
1139+
==============================================
11401140

11411141
In some cases, you might need to determine which controller and method have been triggered by the current HTTP request.
11421142
This can be useful for logging, debugging, or conditional logic based on the active controller method.
@@ -1148,7 +1148,7 @@ CodeIgniter 4 provides a simple way to access the current route's controller and
11481148
This functionality is particularly useful when you need to dynamically interact with your controller or log which method is handling a particular request.
11491149

11501150
Getting Active Filters for the Current Route
1151-
====================================
1151+
============================================
11521152

11531153
:doc:`Filters <filters>` are a powerful feature that enables you to perform operations such as authentication, logging, and security checks before or after processing HTTP requests.
11541154
To access the active filters for a specific route, you can use the :php:meth:`CodeIgniter\\Router\\Router::getFilters()` method from the ``Router`` class.

0 commit comments

Comments
 (0)