Merge pull request #840

This commit is contained in:
symfony-flex-server[bot]
2020-03-11 22:04:22 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
elao_enum:
# Provide the enum classes for which you want to automatically generate & register Doctrine DBAL Types:
# https://github.com/Elao/PhpEnums#doctrine
doctrine:
types: {}
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Elao\\Enum\\Bridge\\Symfony\\Bundle\\ElaoEnumBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}