Skip to content

Commit 594a156

Browse files
authored
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
1 parent 7bebfa7 commit 594a156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,21 @@ Full Default Configuration
134134
port: ~
135135
instance_class: ~
136136
class: ~
137+
namespace: ~
137138
metadata_cache_driver:
138139
type: array # Required
139140
host: ~
140141
port: ~
141142
instance_class: ~
142143
class: ~
144+
namespace: ~
143145
result_cache_driver:
144146
type: array # Required
145147
host: ~
146148
port: ~
147149
instance_class: ~
148150
class: ~
151+
namespace: ~
149152
connection: ~
150153
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
151154
default_repository_class: Doctrine\ORM\EntityRepository

0 commit comments

Comments
 (0)