From 6433d2922f00608b0cd370e1dd358a3c94e8aff9 Mon Sep 17 00:00:00 2001 From: webmuch Date: Thu, 13 Sep 2012 13:52:40 +0530 Subject: [PATCH] Changed ORM driver to doctrine/orm --- bundles/SyliusAssortmentBundle.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bundles/SyliusAssortmentBundle.rst b/bundles/SyliusAssortmentBundle.rst index 415b2d555c..f8c4f409b9 100644 --- a/bundles/SyliusAssortmentBundle.rst +++ b/bundles/SyliusAssortmentBundle.rst @@ -147,19 +147,19 @@ Open up your `config.yml` file and add this... .. code-block:: yaml sylius_assortment: - driver: ORM + driver: doctrine/orm classes: model: product: Application\Bundle\AssortmentBundle\Entity\Product -Please note, that the "**ORM**" is currently the only supported driver. +Please note, that the "**doctrine/orm**" is currently the only supported driver. Updating database schema ~~~~~~~~~~~~~~~~~~~~~~~~ The last thing you need to do is updating the database schema. -For "**ORM**" driver run the following command. +For "**doctrine/orm**" driver run the following command. .. code-block:: bash @@ -209,7 +209,7 @@ Then put the class name in configuration. .. code-block:: yaml sylius_assortment: - driver: ORM + driver: doctrine/orm classes: model: product: # your product class. @@ -246,7 +246,7 @@ This is full bundle configuration. .. code-block:: yaml sylius_assortment: - driver: ORM + driver: doctrine/orm engine: twig # templating engine name. classes: model: