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.
usePutEnv
1 parent 62d93bf commit 0a012e0Copy full SHA for 0a012e0
Dotenv.php
@@ -35,7 +35,7 @@ final class Dotenv
35
private $data;
36
private $end;
37
private $values;
38
- private $usePutenv = true;
+ private $usePutenv;
39
40
/**
41
* @var bool If `putenv()` should be used to define environment variables or not.
0 commit comments