Merge pull request #791

This commit is contained in:
symfony-flex-server[bot]
2019-12-28 11:04:35 +00:00
committed by GitHub
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
comments:
comment_class: App\MainBundle\Document\Comment
status_default: pending
@@ -0,0 +1,3 @@
comments:
resource: '@CommentsBundle'
type: annotation
@@ -0,0 +1,8 @@
{
"bundles": {
"Andchir\\CommentsBundle\\CommentsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}