Address PR comments

This commit is contained in:
Romain Neutron
2013-05-03 16:52:07 +02:00
parent 70b4912427
commit 71d0d83cd8
8 changed files with 107 additions and 5 deletions

View File

@@ -27,7 +27,6 @@ class Root implements ControllerProviderInterface
->get('/language/{locale}/', $this->call('setLocale'))
->bind('set_locale');
$controllers
->get('/', $this->call('getRoot'))
->bind('root');