Skip to content

Commit 87ba950

Browse files
committed
indentation fixed
1 parent a6312f2 commit 87ba950

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cookbook/doctrine/mongodb.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ one bundle that integrates them into Symfony. If you're using the Symfony
3232
Standard Distribution, add the following to the ``deps`` file at the root
3333
of your project:
3434

35-
.. code-block:: text
35+
.. code-block:: text
3636
3737
[DoctrineMongoDBBundle]
3838
git=http://github.com/symfony/DoctrineMongoDBBundle.git
@@ -89,15 +89,15 @@ the MongoDB ODM across your application:
8989
9090
# app/config/config.yml
9191
doctrine_mongodb:
92-
connections:
93-
default:
94-
server: mongodb://localhost:27017
95-
options:
96-
connect: true
97-
default_database: test_database
98-
document_managers:
99-
default:
100-
auto_mapping: true
92+
connections:
93+
default:
94+
server: mongodb://localhost:27017
95+
options:
96+
connect: true
97+
default_database: test_database
98+
document_managers:
99+
default:
100+
auto_mapping: true
101101
102102
.. note::
103103

0 commit comments

Comments
 (0)