Browse Source

Fixed Knplabs MenuBundle namespace in documentation

Emmanuel Vella 14 năm trước cách đây
mục cha
commit
b11d0552aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -34,7 +34,7 @@ Next, be sure to enable the bundles in your application kernel:
           new Sonata\jQueryBundle\SonatajQueryBundle(),
           new Sonata\BluePrintBundle\SonataBluePrintBundle(),
           new Sonata\AdminBundle\SonataAdminBundle(),
-          new Knplabs\MenuBundle\KnplabsMenuBundle(),
+          new Knplabs\Bundle\MenuBundle\KnplabsMenuBundle(),
           // ...
       );
   }