mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
fix issues mentioned as hints
This commit is contained in:
@@ -15,7 +15,7 @@ doctrine_phpcr:
|
||||
# enable the ODM layer
|
||||
odm:
|
||||
auto_mapping: true
|
||||
auto_generate_proxy_classes: true'
|
||||
auto_generate_proxy_classes: true
|
||||
# add your locale configuration here as described in: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/multilang.html#translation-configuration
|
||||
doctrine_cache:
|
||||
providers:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle": ["all"],
|
||||
"Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle": ["all"],
|
||||
"Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
|
||||
Reference in New Issue
Block a user