Bläddra i källkod

Fixed Knplabs MenuBundle namespace in documentation

Emmanuel Vella 14 år sedan
förälder
incheckning
b11d0552aa
1 ändrade filer med 1 tillägg och 1 borttagningar
  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(),
           // ...
       );
   }