mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Address PR comments
This commit is contained in:
@@ -27,7 +27,6 @@ class Root implements ControllerProviderInterface
|
||||
->get('/language/{locale}/', $this->call('setLocale'))
|
||||
->bind('set_locale');
|
||||
|
||||
|
||||
$controllers
|
||||
->get('/', $this->call('getRoot'))
|
||||
->bind('root');
|
||||
|
Reference in New Issue
Block a user