Replace "router:debug" with "debug:router"

The use of "router:debug" command is deprecated since version 2.7 and will be removed in 3.0.
Use the "debug:router" instead.
This commit is contained in:
Mathias STRASSER 2015-08-05 11:22:24 +02:00
commit 63c9b24c7a

View file

@ -22,6 +22,6 @@ alias sf='`_symfony_console`'
alias sfcl='sf cache:clear'
alias sfsr='sf server:run -vvv'
alias sfcw='sf cache:warmup'
alias sfroute='sf router:debug'
alias sfroute='sf debug:router'
alias sfcontainer='sf container:debug'
alias sfgb='sf generate:bundle'