Skip to content

Commit

Permalink
Fix deprecated usage (ohmyzsh#5050)
Browse files Browse the repository at this point in the history
When using the command alias `sfcontainer` or `sfrouter`, the following warning occurs:

> ! [CAUTION] The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the
> ! "debug:container" instead.
  • Loading branch information
chalasr authored and Seth Cohen committed Oct 29, 2018
1 parent 55f2c7d commit 28a75ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/symfony2/symfony2.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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 sfcontainer='sf container:debug'
alias sfroute='sf debug:router'
alias sfcontainer='sf debug:container'
alias sfgb='sf generate:bundle'
alias sfdev='sf --env=dev'
alias sfprod='sf --env=prod'

0 comments on commit 28a75ef

Please sign in to comment.