Skip to content

Commit ce7fcd3

Browse files
committed
docs: make function linkable
1 parent c34cfcb commit ce7fcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/general/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ the **app/Config/Autoload.php** configuration file, or through another autoloade
130130
like Composer. Next, you should modify **app/Config/Services.php** to point the ``logger``
131131
alias to your new class name.
132132

133-
Now, any call that is done through the ``log_message()`` function will use your library instead.
133+
Now, any call that is done through the :php:func:`log_message()` function will use your library instead.

0 commit comments

Comments
 (0)