File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,10 +324,12 @@ Command-Line Only Routes
324324.. note :: It is recommended to use Spark Commands for CLI scripts instead of calling controllers via CLI.
325325 See the :doc: `../cli/cli_commands ` page for detailed information.
326326
327- You can create routes that work only from the command-line, and are inaccessible from the web browser, with the
328- ``cli() `` method. Any route created by any of the HTTP-verb-based
327+ Any route created by any of the HTTP-verb-based
329328route methods will also be inaccessible from the CLI, but routes created by the ``add() `` method will still be
330- available from the command line:
329+ available from the command line.
330+
331+ You can create routes that work only from the command-line, and are inaccessible from the web browser, with the
332+ ``cli() `` method:
331333
332334.. literalinclude :: routing/032.php
333335
You can’t perform that action at this time.
0 commit comments