doc : Namespace prefix must end with a "\"

This commit is contained in:
Selvi ARIK 2017-12-07 14:36:34 +01:00 committed by GitHub
parent 931fe35e4d
commit ef2ca5652a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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