File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ persist it to the database and fetch it back out.
1818
.. sidebar:: Code along with the example
1919

2020
If you want to follow along with the example in this chapter, create an
21-
``AcmeStoreBundle`` via: ``php app/console generate:bundle
22-
--namespace=Acme/StoreBundle``.
21+
``AcmeStoreBundle`` via:
22+
23+
.. code-block:: bash
24+
25+
php app/console generate:bundle --namespace=Acme/StoreBundle
2326
2427
Configuring the Database
2528
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)