Skip to content

Commit adf8111

Browse files
authored
Add missing bracket on a php code example
1 parent 1adbe37 commit adf8111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ placeholder:
566566
use App\Controller\BlogController;
567567
568568
return function (RoutingConfigurator $routes) {
569-
$routes->add('blog_list', '/blog/{page<\d+>?1')
569+
$routes->add('blog_list', '/blog/{page<\d+>?1}')
570570
->controller([BlogController::class, 'list'])
571571
;
572572
};

0 commit comments

Comments
 (0)