File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
3940The <info>fos:js-routing:debug</info> command displays an application's routes which will be available via JavaScript.
Original file line number Diff line number Diff line change 55 < title > Router Test</ title >
66 </ head >
77 < body >
8- < script language ="javascript " type ="text/javascript " src ="http ://closure-library.googlecode. com/svn/trunk /closure/goog/base.js "> </ script >
8+ < script language ="javascript " type ="text/javascript " src ="https ://rawgit. com/google/closure-library/master /closure/goog/base.js "> </ script >
99 < script language ="javascript " type ="text/javascript " src ="router.js "> </ script >
1010 < script language ="javascript " type ="text/javascript " src ="router.test.js "> </ script >
1111 </ body >
You can’t perform that action at this time.
0 commit comments