mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
fixed an integer instead of a string
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"env": {
|
||||
"APP_ENV": "dev",
|
||||
"APP_DEBUG": 1,
|
||||
"APP_DEBUG": "1",
|
||||
"APP_SECRET": "Ju$tChang3it!"
|
||||
},
|
||||
"makefile": [
|
||||
|
||||
Reference in New Issue
Block a user