File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,6 @@ Keep in mind that the bundle you want to overwrite has to exist.
546
546
),
547
547
));
548
548
549
-
550
549
You can also create new mappings. For example outside of the Symfony folder.
551
550
552
551
.. configuration-block ::
@@ -602,9 +601,8 @@ You can also create new mappings. For example outside of the Symfony folder.
602
601
),
603
602
));
604
603
605
-
606
604
Detecting a Mapping MetadataDriver
607
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
605
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608
606
609
607
If the ``type `` on the bundle configuration isn't set,
610
608
the DoctrineBundle will try to detect the correct metadata driver for
@@ -621,7 +619,7 @@ there is an ``Entity`` folder in the bundle's root directory.
621
619
If the folder does not exist, Doctrine will fall back to using an annotation driver.
622
620
623
621
The Configuration Directory
624
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
622
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
625
623
626
624
The default configuration value depends on the used driver.
627
625
For drivers that rely on the PHP files (annotation, staticphp) it will
You can’t perform that action at this time.
0 commit comments