File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ arbitrary matching logic:
302302 # config/routes.yaml
303303 contact :
304304 path : /contact
305- controller : ' App\Controller\DefaultController::contact'
305+ controller : App\Controller\DefaultController::contact
306306 condition : " context.getMethod() in ['GET', 'HEAD'] and request.headers.get('User-Agent') matches '/firefox/i'"
307307 # expressions can also include configuration parameters:
308308 # condition: "request.headers.get('User-Agent') matches '%app.allowed_browsers%'"
@@ -311,7 +311,7 @@ arbitrary matching logic:
311311
312312 post_show :
313313 path : /posts/{id}
314- controller : ' App\Controller\DefaultController::showPost'
314+ controller : App\Controller\DefaultController::showPost
315315 # expressions can retrieve route parameter values using the "params" variable
316316 condition : " params['id'] < 1000"
317317
You can’t perform that action at this time.
0 commit comments