Skip to content

Commit 2425b29

Browse files
committed
docs: fix incorrect namespace in sample code
1 parent 03f5195 commit 2425b29

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)