We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15814d8 commit d3fa38dCopy full SHA for d3fa38d
src/Commands/MinifyApplicationCommand.php
@@ -54,6 +54,7 @@ protected function cleanUpEnvFile(string $appPath): void
54
$envValues = collect(explode("\n", $envContent))
55
->filter(function (string $line) use ($cleanUpKeys) {
56
$key = Str::before($line, '=');
57
+
58
return ! in_array($key, $cleanUpKeys);
59
})
60
->join("\n");
0 commit comments