Skip to content

Commit 41ab840

Browse files
authored
Update custom_route_loader.rst
1 parent 011115c commit 41ab840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing/custom_route_loader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ How to Create a custom Route Loader
77
Basic applications can define all their routes in a single configuration file -
88
usually ``config/routes.yaml`` (see :ref:`routing-creating-routes`).
99
However, in most applications it's common to import routes definitions from
10-
different resources: PHP annotations in controller files, YAML, XML or PHP
11-
files stored in some directory, etc.
10+
different resources: PHP annotations or attributes in controller files, YAML, XML
11+
or PHP files stored in some directory, etc.
1212

1313
Built-in Route Loaders
1414
----------------------

0 commit comments

Comments
 (0)