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.
1 parent ab86f7f commit a114125Copy full SHA for a114125
components/routing.rst
@@ -45,7 +45,7 @@ Here is a quick example::
45
use Symfony\Component\Routing\Route;
46
use Symfony\Component\Routing\RouteCollection;
47
48
- $route = new Route('/blog/{slug}', ['_controller' => BlogController::class])
+ $route = new Route('/blog/{slug}', ['_controller' => BlogController::class]);
49
$routes = new RouteCollection();
50
$routes->add('blog_show', $route);
51
0 commit comments