Skip to content

Commit

Permalink
[FrameworkBundle] changed default name of Routing matcher class to be…
Browse files Browse the repository at this point in the history
… consistent with the generator class in cache
  • Loading branch information
fabpot committed Dec 12, 2010
1 parent e6d0385 commit 9644fcb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 9644fcb

Please sign in to comment.