Skip to content

Commit d3fa38d

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 15814d8 commit d3fa38d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/MinifyApplicationCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected function cleanUpEnvFile(string $appPath): void
5454
$envValues = collect(explode("\n", $envContent))
5555
->filter(function (string $line) use ($cleanUpKeys) {
5656
$key = Str::before($line, '=');
57+
5758
return ! in_array($key, $cleanUpKeys);
5859
})
5960
->join("\n");

0 commit comments

Comments
 (0)