Procházet zdrojové kódy

Update installation.rst

Update DoctrineCacheBundle namespace..
Juan Maia před 11 roky
rodič
revize
9d00b1c362
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Resources/docs/installation.rst

+ 1 - 1
Resources/docs/installation.rst

@@ -69,7 +69,7 @@ And register the bundle in your appkernel.php file
 
 
     return array(
     return array(
        // ...
        // ...
-       new Doctrine\DoctrineCacheBundle\DoctrineCacheBundle(),
+       new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
        new Mmoreram\GearmanBundle\GearmanBundle(),
        new Mmoreram\GearmanBundle\GearmanBundle(),
        // ...
        // ...
     );
     );