mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Merge pull request #42 from lemoinem/recipe/wmc/doctrine-naming-strategy
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
doctrine:
|
||||
orm:
|
||||
naming_strategy: wmc.doctrine.orm.naming_strategy
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user