Преглед на файлове

Update installation.rst

Update DoctrineCacheBundle namespace..
Juan Maia преди 11 години
родител
ревизия
9d00b1c362
променени са 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(),
        // ...
     );