Commit 21a444df authored by Steve Müller's avatar Steve Müller

Merge pull request #400 from slashsBin/patch-1

Fix a Typo
parents 2b285788 e60ae081
...@@ -13,7 +13,7 @@ the ``getSchemaManager()`` method: ...@@ -13,7 +13,7 @@ the ``getSchemaManager()`` method:
<?php <?php
$sm = $conn->getSchemaManager(); $sm = $conn->getSchemaManager();
Now with the ``SchemaManager`` instance in ``$em`` you can use the Now with the ``SchemaManager`` instance in ``$sm`` you can use the
available methods to learn about your database schema: available methods to learn about your database schema:
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment