Skip to content

Commit 51f1542

Browse files
committed
- chore: cleanup
1 parent cc369f6 commit 51f1542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function fromEnvVariable(string $variable): Configuration
160160
and as such configuration could not be loaded. Set this variable and
161161
make it point to a configuration file', [':variable' => $variable]));
162162
}
163-
error_log('[Configuration error]: ' . (error_get_last()['message'] ?? "env var: ${variable}"));
163+
error_log('[Configuration error]: ' . (error_get_last()['message'] ?? "env var: $variable"));
164164
return $this;
165165
}
166166

0 commit comments

Comments
 (0)