From cd28822aa35d7c672d0d4de04d6d1d3ab03246c7 Mon Sep 17 00:00:00 2001 From: medhadj Date: Fri, 30 Nov 2018 10:06:39 +0100 Subject: [PATCH] Update index.rst --- Resources/doc/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index b497385..7d6f36c 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -12,7 +12,8 @@ To install MongoDBAclBundle using composer add following line to you composer.js Use the composer update command to start the installation. After the installation add following line into the bundles array in your AppKernel.php file:: # AppKernel.php - new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle() + ------------------- new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle() + +++++++++++++++++++ new PWalkow\MongoDBAclBundle\MongoDBAclBundle(), Configuration ------------- @@ -46,4 +47,4 @@ The full acl provider configuration options are listed below:: To initialize the MongoDB ACL run the following command:: - php app/console init:acl:mongodb \ No newline at end of file + php app/console init:acl:mongodb