Skip to content

Commit 3f06936

Browse files
committed
Merge branch '4.x' of github.com:cakephp/debug_kit into 4.x
2 parents dac8704 + c1c2058 commit 3f06936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function (RouteBuilder $routes) {
3636
$routes->connect('/', ['action' => 'index']);
3737
$routes->connect('/preview', ['action' => 'email']);
3838
$routes->connect('/preview/*', ['action' => 'email']);
39-
$routes->connect('/sent/:panel/:id', ['action' => 'sent'], ['pass' => ['panel', 'id']]);
39+
$routes->connect('/sent/{panel}/{id}', ['action' => 'sent'], ['pass' => ['panel', 'id']]);
4040
}
4141
);
4242

0 commit comments

Comments
 (0)