Skip to content

Commit 889a674

Browse files
committed
WMC's Doctrine Naming Strategy Recipe
1 parent 4a965db commit 889a674

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)