We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa542b + 5a3ba80 commit e473217Copy full SHA for e473217
user_guide_src/source/incoming/routing.rst
@@ -330,7 +330,7 @@ Command-Line only Routes
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. This is great for building cronjobs or CLI-only tools. Any route created by any of the HTTP-verb-based
333
-route methods will also be inaccessible from the CLI, but routes created by the ``any()`` method will still be
+route methods will also be inaccessible from the CLI, but routes created by the ``add()`` method will still be
334
available from the command line::
335
336
$routes->cli('migrate', 'App\Database::migrate');
0 commit comments