fix issues mentioned as hints

This commit is contained in:
ElectricMaxxx
2018-06-30 02:16:17 +02:00
parent 853f147eb5
commit 8e4e74a43e
2 changed files with 1 additions and 3 deletions
@@ -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": {