[Command] Fix upgrade guide example

This commit is contained in:
Romain Neutron 2017-12-19 16:57:56 +01:00 committed by Robin Chalas
parent 77104a1468
commit d6fea56823

View File

@ -627,7 +627,7 @@ HttpKernel
# ...
# explicit commands registration
AppBundle\Command:
AppBundle\Command\:
resource: '../../src/AppBundle/Command/*'
tags: ['console.command']
```