Fixing missing comma in array

parent 2198b382
......@@ -57,7 +57,7 @@ class EnvFileWriter
$replace = [
"DB_CONNECTION=$driver",
"DB_HOST=$host",
"DB_PORT=$port"
"DB_PORT=$port",
"DB_DATABASE=$name",
"DB_USERNAME=$username",
"DB_PASSWORD=$password",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment