fix typo in TheliaBundle

This commit is contained in:
Manuel Raynaud
2013-01-10 10:36:18 +01:00
parent eede41048a
commit e85e0ebde1

View File

@@ -58,7 +58,7 @@ class TheliaBundle extends Bundle
$container->register('matcher.default','Thelia\Routing\Matcher\DefaultMatcher')
->addArgument(new Reference('controller.default'));
$container->register('matcher','Thelia\Routing\Matcher\theliaMatcherCollection')
$container->register('matcher','Thelia\Routing\Matcher\TheliaMatcherCollection')
->addMethodCall('add', array(new Reference('matcher.default'), -255))
//->addMethodCall('add','a matcher class (instance or class name)