mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
fix rootnode name and bundle classname
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
engima972_user:
|
||||
enigma972_user:
|
||||
# if this value equal true, the User should confirm theire mail
|
||||
check_mail: false
|
||||
# The validity duration in secondes, 4 houres by default (14,400 sec)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
engima972_user:
|
||||
enigma972_user:
|
||||
resource: '@Enigma972UserBundle/Controller/'
|
||||
type: annotation
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Enigma972\\UserBundle\\UserBundle": ["all"]
|
||||
"Enigma972\\UserBundle\\Enigma972UserBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
|
||||
Reference in New Issue
Block a user