Skip to content

Commit 8cab7bb

Browse files
authored
Add missing path in PHP routing configuration example
1 parent 999edae commit 8cab7bb

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
@@ -302,7 +302,7 @@ arbitrary matching logic:
302302
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
303303
304304
return function (RoutingConfigurator $routes) {
305-
$routes->add('contact', '')
305+
$routes->add('contact', '/contact')
306306
->controller([DefaultController::class, 'contact'])
307307
->condition('context.getMethod() in ["GET", "HEAD"] and request.headers.get("User-Agent") matches "/firefox/i"')
308308
// expressions can also include config parameters:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy