Skip to content

Commit b9c49f1

Browse files
committed
🔧 chore: add cached environment variable to CleanCommand
1 parent d2dba08 commit b9c49f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Console/Command/Static/CleanCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222
class CleanCommand extends AbstractCommand
2323
{
24+
private static ?array $cachedEnv = null;
2425
private array $originalEnv = [];
2526
private array $secureEnvStorage = [];
2627

0 commit comments

Comments
 (0)