We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exclude
1 parent 8bfa680 commit 088f9c4Copy full SHA for 088f9c4
routing.rst
@@ -1255,6 +1255,7 @@ the common configuration using options when importing the routes.
1255
->namePrefix('blog_')
1256
// these requirements are added to all imported routes
1257
->requirements(['_locale' => 'en|es|fr'])
1258
+ ->exclude('../../src/Controller/{DebugEmailController}.php')
1259
;
1260
};
1261
0 commit comments