mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Convert add-lines.content to arrays
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sweego: '%env(SWEEGO_DSN)%'"
|
||||
"content": [
|
||||
" sweego: '%env(SWEEGO_DSN)%'"
|
||||
]
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user