Skip to content

Commit 2711634

Browse files
authored
Merge pull request #5359 from kenjis/fix-docs-helpers.rst
docs: fix helpers.rst
2 parents 7aa7fcf + 2425b29 commit 2711634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ code into its own namespace, ``Example\Blog``. The files exist on our server at
7878
**/Modules/Blog/Helpers/blog_helper.php**. Within our controller we could
7979
use the following command to load the helper for us::
8080

81-
helper('Modules\Blog\blog');
81+
helper('Example\Blog\blog');
8282

8383
.. note:: The functions within files loaded this way are not truly namespaced.
8484
The namespace is simply used as a convenient way to locate the files.

0 commit comments

Comments
 (0)