Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bundles/override.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ in your application (e.g. ``config/routes.yaml``).

The easiest way to "override" a bundle's routing is to never import it at
all. Instead of importing a third-party bundle's routing, copy
that routing file into your application, modify it, and import it instead.
that routing file into your application, modify according to your needs,
and import your copy instead.

Controllers
-----------
Expand Down