Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ Troubleshooting

Here are some common errors you might see while working with routing:

Controller "App\Controller\BlogController::show()" requires that you
Controller "App\\Controller\\BlogController::show()" requires that you
provide a value for the "$slug" argument.

This happens when your controller method has an argument (e.g. ``$slug``)::
Expand Down