@@ -127,7 +127,7 @@ |
||
127 | 127 | |
128 | 128 | if ($row) { |
129 | 129 | $this->fs->put($envFilePath, preg_replace( |
130 | - '/^'. $key . "=" . $row . '/m', |
|
130 | + '/^' . $key . "=" . $row . '/m', |
|
131 | 131 | $key . "=" . $value, |
132 | 132 | $this->fs->get($envFilePath) |
133 | 133 | )); |