File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ the common configuration using options when importing the routes.
1203
1203
# Uncomment this option to make that URL "/blog" instead
1204
1204
# trailing_slash_on_root: false
1205
1205
# you can optionally exclude some files/subdirectories when loading annotations
1206
- # exclude: '../../src/Controller/{DebugEmailController}.php'
1206
+ exclude : ' ../../src/Controller/{DebugEmailController}.php'
1207
1207
1208
1208
.. code-block :: xml
1209
1209
@@ -1255,6 +1255,7 @@ the common configuration using options when importing the routes.
1255
1255
->namePrefix('blog_')
1256
1256
// these requirements are added to all imported routes
1257
1257
->requirements(['_locale' => 'en|es|fr'])
1258
+ ->exclude('../../src/Controller/{DebugEmailController}.php')
1258
1259
;
1259
1260
};
1260
1261
You can’t perform that action at this time.
0 commit comments