Commit e60ae081 authored by Mohammad Shokri's avatar Mohammad Shokri

Fix a Typo

parent 2b285788
...@@ -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