Преглед изворни кода

Merge pull request #102 from juanmaia/patch-1

Update installation.rst
Marc Morera пре 11 година
родитељ
комит
4fb061cfd9
1 измењених фајлова са 1 додато и 1 уклоњено
  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(),
        // ...
     );