Skip to content

Commit

Permalink
added aliases for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emnsen committed Jun 16, 2018
1 parent efb99eb commit a553fdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<argument/>
<argument type="service" id="kernel"/>
</service>
<service id="swoole_server.command.start" class="DPX\SwooleServerBundle\Command\AppServerStartCommand">
<tag name="console.command"/>
</service>
<service id="swoole_server.command.stop" class="DPX\SwooleServerBundle\Command\AppServerStopCommand">
<tag name="console.command"/>
</service>
<service id="swoole_server.command.reload" class="DPX\SwooleServerBundle\Command\AppServerReloadCommand">
<tag name="console.command"/>
</service>
</services>

</container>

0 comments on commit a553fdc

Please sign in to comment.