Merge pull request #1087

This commit is contained in:
symfony-flex-server[bot]
2021-02-26 10:02:02 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
annotation_cache:
provider: cache.app
ignore_namespaces:
- 'App\Entity'
@@ -0,0 +1,8 @@
{
"bundles": {
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}