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 3ab2ad3 commit 6a75ae2Copy full SHA for 6a75ae2
Env.php
@@ -46,7 +46,7 @@ public function set(string $key, string $value): string
46
public function get(string $key): string
47
{
48
$key = $this->formatKey($key);
49
- return $this->fileData[$key];
+ return ($this->fileData[$key] ?? "");
50
}
51
52
public function drop(string $key): void
0 commit comments