diff --git a/Command/RouterDebugExposedCommand.php b/Command/RouterDebugExposedCommand.php index c770507f..73331408 100644 --- a/Command/RouterDebugExposedCommand.php +++ b/Command/RouterDebugExposedCommand.php @@ -34,6 +34,7 @@ protected function configure() $this ->setName('fos:js-routing:debug') + ->setAliases(array()) // reset the aliases used by the parent command in Symfony 2.6+ ->setDescription('Displays currently exposed routes for an application') ->setHelp(<<fos:js-routing:debug command displays an application's routes which will be available via JavaScript. diff --git a/Resources/js/router_test.html b/Resources/js/router_test.html index 5c8c359a..973dd77f 100644 --- a/Resources/js/router_test.html +++ b/Resources/js/router_test.html @@ -5,7 +5,7 @@ Router Test - +