Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 58a5961

Browse files
committed
[RoutingAutoBundle] Fix "typo" in YAML example
All the other examples (XML and PHP) use `cmf_routing_auto.not_exists_action` so I guess it's just a copy-paste error...
1 parent 292f2af commit 58a5961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/routing_auto/customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ It is registered in the DI configuration as follows:
117117
class: Symfony\Cmf\Bundle\RoutingAutoBundle\RoutingAuto\PathNotExists\ThrowException
118118
scope: prototype
119119
tags:
120-
- { name: cmf_routing_auto.provider, alias: "throw_exception"}
120+
- { name: cmf_routing_auto.not_exists_action, alias: "throw_exception"}
121121
122122
.. code-block:: xml
123123

0 commit comments

Comments
 (0)