From 594a156254809d5260d44afb75dab6f29d5e4d68 Mon Sep 17 00:00:00 2001 From: Guilherme Donato Date: Thu, 15 Mar 2018 15:20:48 -0300 Subject: [PATCH] Include a reference to the namespace option Currently the Symfony doc doesn't appear to mention the `namespace` option for Doctrine's cache drivers that is available since DoctrineBundle v1.3.0 --- reference/configuration/doctrine.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index f3e18ff4e93..18bab7effe0 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -134,18 +134,21 @@ Full Default Configuration port: ~ instance_class: ~ class: ~ + namespace: ~ metadata_cache_driver: type: array # Required host: ~ port: ~ instance_class: ~ class: ~ + namespace: ~ result_cache_driver: type: array # Required host: ~ port: ~ instance_class: ~ class: ~ + namespace: ~ connection: ~ class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory default_repository_class: Doctrine\ORM\EntityRepository