This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,6 @@ not configure anything here, the ODM services will not be loaded.
461
461
instance_class : ~
462
462
class : ~
463
463
id : ~
464
- namespace : ~
465
464
466
465
467
466
.. code-block :: xml
@@ -497,7 +496,6 @@ not configure anything here, the ODM services will not be loaded.
497
496
instance-class =" null"
498
497
class =" null"
499
498
id =" null"
500
- namespace =" null"
501
499
/>
502
500
</odm >
503
501
</config >
@@ -530,7 +528,6 @@ not configure anything here, the ODM services will not be loaded.
530
528
'instance_class' => null,
531
529
'class' => null,
532
530
'id' => null,
533
- 'namespace' => null,
534
531
),
535
532
),
536
533
));
@@ -587,14 +584,6 @@ metadata_cache_driver
587
584
Configure a cache driver for the Doctrine metadata. This is the same as for
588
585
`Doctrine ORM `_.
589
586
590
- The ``namespace `` value is useful if you are using one primary caching server
591
- for multiple sites that have similar code in their respective ``vendor/ ``
592
- directories. By default, Symfony will try to generate a unique namespace
593
- value for each application but if code is very similar between two
594
- applications, it is very easy to have two applications share the same
595
- namespace. This option also prevents Symfony from needing to re-build
596
- application cache on each Composer update on a newly generated namespace.
597
-
598
587
General Settings
599
588
~~~~~~~~~~~~~~~~
600
589
You can’t perform that action at this time.
0 commit comments