Skip to content

Commit e9812ff

Browse files
committed
docs: add empty line
1 parent 082f294 commit e9812ff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ functions:
187187

188188
The :php:func:`helper()` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
189189
and load in ALL matching helpers of the same name. This allows any module's helpers
190-
to be loaded, as well as any helpers you've created specifically for this application. The load order
191-
is as follows:
190+
to be loaded, as well as any helpers you've created specifically for this application.
191+
192+
The load order is as follows:
192193

193194
1. app/Helpers - Files loaded here are always loaded first.
194195
2. {namespace}/Helpers - All namespaces are looped through in the order they are defined.

0 commit comments

Comments
 (0)