From 5d028ad64ad4cdf19579b48523aa1784f2c95a04 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 12 Jul 2015 18:06:33 +0300 Subject: [PATCH] Update installation.rst --- bundles/SyliusRbacBundle/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/SyliusRbacBundle/installation.rst b/bundles/SyliusRbacBundle/installation.rst index fdf078d..bb61cf0 100644 --- a/bundles/SyliusRbacBundle/installation.rst +++ b/bundles/SyliusRbacBundle/installation.rst @@ -70,6 +70,7 @@ And configure doctrine extensions which are used by the bundle. orm: default: timestampable: true + tree: true Implement IdentityInterface ---------------------------