We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6976039 commit 0765355Copy full SHA for 0765355
Command/RouterDebugExposedCommand.php
@@ -34,6 +34,7 @@ protected function configure()
34
35
$this
36
->setName('fos:js-routing:debug')
37
+ ->setAliases(array()) // reset the aliases used by the parent command in Symfony 2.6+
38
->setDescription('Displays currently exposed routes for an application')
39
->setHelp(<<<EOF
40
The <info>fos:js-routing:debug</info> command displays an application's routes which will be available via JavaScript.
0 commit comments