Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 263ef2c

Browse files
committed
minor #603 generate annotations in yml format (dbu)
This PR was submitted for the master branch but it was merged into the 1.1 branch instead (closes #603). Discussion ---------- generate annotations in yml format replaces #568 i went with yml rather than annotations. what would annotations do, service definitions by annotations? Commits ------- 9cf0231 generate annotations in yml format. fix #568
2 parents 81bd58d + 9cf0231 commit 263ef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Now you can generate the bundle in which you will write most of your code:
8383

8484
.. code-block:: bash
8585
86-
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction
86+
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --format=yml --no-interaction
8787
8888
The Documents
8989
.............

0 commit comments

Comments
 (0)