We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a080 commit e8c6011Copy full SHA for e8c6011
src/DocumentBundle/phpzlc-document.yaml
@@ -1,5 +1,6 @@
1
services:
2
- phpzlc_document_generate_document:
3
- class: PHPZlc\Document\DocumentBundle\Command\GenerateDocumentCommand
4
- tags: [console.command]
5
- arguments: ['@database_connection']
+ # 生成文档命令
+ phpzlc.document.generate.document:
+ class: PHPZlc\Document\DocumentBundle\Command\GenerateDocumentCommand
+ tags: [console.command]
6
+ arguments: ['@database_connection']
0 commit comments