Skip to content

Commit 0765355

Browse files
stofweaverryan
authored andcommitted
Fixed the RouterDebugExposedCommand for Symfony 2.6
Closes #157
1 parent 6976039 commit 0765355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/RouterDebugExposedCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protected function configure()
3434

3535
$this
3636
->setName('fos:js-routing:debug')
37+
->setAliases(array()) // reset the aliases used by the parent command in Symfony 2.6+
3738
->setDescription('Displays currently exposed routes for an application')
3839
->setHelp(<<<EOF
3940
The <info>fos:js-routing:debug</info> command displays an application's routes which will be available via JavaScript.

0 commit comments

Comments
 (0)