Prechádzať zdrojové kódy

Update installation.rst

Update DoctrineCacheBundle namespace..
Juan Maia 11 rokov pred
rodič
commit
9d00b1c362
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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(
        // ...
-       new Doctrine\DoctrineCacheBundle\DoctrineCacheBundle(),
+       new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
        new Mmoreram\GearmanBundle\GearmanBundle(),
        // ...
     );