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.
1 parent 57967a4 commit 6a22af8Copy full SHA for 6a22af8
routing.rst
@@ -1221,11 +1221,6 @@ the common configuration using options when importing the routes.
1221
;
1222
};
1223
1224
-.. versionadded:: 4.4
1225
-
1226
- The option to exclude some files or subdirectories when loading annotations
1227
- was introduced in Symfony 4.4.
1228
1229
In this example, the route of the ``index()`` action will be called ``blog_index``
1230
and its URL will be ``/blog/``. The route of the ``show()`` action will be called
1231
``blog_show`` and its URL will be ``/blog/{_locale}/posts/{slug}``. Both routes
0 commit comments