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 cc369f6 commit 51f1542Copy full SHA for 51f1542
Config.php
@@ -160,7 +160,7 @@ public function fromEnvVariable(string $variable): Configuration
160
and as such configuration could not be loaded. Set this variable and
161
make it point to a configuration file', [':variable' => $variable]));
162
}
163
- error_log('[Configuration error]: ' . (error_get_last()['message'] ?? "env var: ${variable}"));
+ error_log('[Configuration error]: ' . (error_get_last()['message'] ?? "env var: $variable"));
164
return $this;
165
166
0 commit comments