瀏覽代碼

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(
     return array(
        // ...
        // ...
-       new Doctrine\DoctrineCacheBundle\DoctrineCacheBundle(),
+       new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
        new Mmoreram\GearmanBundle\GearmanBundle(),
        new Mmoreram\GearmanBundle\GearmanBundle(),
        // ...
        // ...
     );
     );