Skip to content

Commit fdbb53a

Browse files
authored
Fix the documentation from review
1 parent 8d6704c commit fdbb53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/redirect_in_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ action:
148148
'_controller' => 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction',
149149
'route' => 'sonata_admin_dashboard',
150150
'permanent' => true,
151-
'keepQueryParams' => true
151+
'keepQueryParams' => true,
152152
)));
153153
154154
return $collection;

0 commit comments

Comments
 (0)