1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Update tools.rst

This commit is contained in:
Aaron Merryman 2016-03-23 18:54:20 -07:00
parent c1943624ab
commit b3df49b2f3

View File

@ -205,7 +205,7 @@ tables of the current model to clean up with orphaned tables.
You can also use database introspection to update your schema
easily with the ``updateSchema()`` method. It will compare your
existing database schema to the passed array of
``ClassMetdataInfo`` instances.
``ClassMetadataInfo`` instances.
.. code-block:: php