Skip to content

Commit cc3c2b1

Browse files
authored
uncomment MAILER_DSN env for symfony/mailer (#1352)
1 parent dae5cee commit cc3c2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config/": "%CONFIG_DIR%/"
44
},
55
"env": {
6-
"#1": "MAILER_DSN=null://null"
6+
"MAILER_DSN": "null://null"
77
},
88
"docker-compose": {
99
"docker-compose.override.yml": {

0 commit comments

Comments
 (0)