Skip to content

Commit c68bcdd

Browse files
committed
bug #684 Fix invalid app.json (yceruto)
This PR was merged into the master branch. Discussion ---------- Fix invalid app.json fixes #682 Commits ------- 33f0df8 Fix invalid app.json
2 parents b52175f + 33f0df8 commit c68bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"APP_DEBUG": {
2323
"value": "0"
24-
}
24+
},
2525
"SYMFONY_LOG": "php://stderr",
2626
"APP_SECRET": {
2727
"description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",

0 commit comments

Comments
 (0)