Skip to content

Commit 6cad7e4

Browse files
authored
Merge pull request symfony#42 from lemoinem/recipe/wmc/doctrine-naming-strategy
2 parents 4a965db + 889a674 commit 6cad7e4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
doctrine:
2+
orm:
3+
naming_strategy: wmc.doctrine.orm.naming_strategy
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)