[FrameworkBundle] changed default name of Routing matcher class to be consistent with the generator class in cache

This commit is contained in:
Fabien Potencier 2010-12-12 14:24:27 +01:00
parent e6d0385778
commit 9644fcbb71

View File

@ -63,7 +63,7 @@
<argument key="matcher_class">%router.options.matcher_class%</argument>
<argument key="matcher_base_class">%router.options.matcher_base_class%</argument>
<argument key="matcher_dumper_class">%router.options.matcher_dumper_class%</argument>
<argument key="matcher_cache_class">%kernel.name%UrlMatcher</argument>
<argument key="matcher_cache_class">%kernel.name%_%kernel.environment%UrlMatcher</argument>
</argument>
</service>
</services>