1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
This commit is contained in:
Jake Barnby 2023-08-20 20:04:47 -04:00
parent 02cee3d687
commit 6634a8b43b
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -178,7 +178,7 @@ class Executor
array $headers,
string $runtimeEntrypoint = null,
) {
if(empty($headers['host'])) {
if (empty($headers['host'])) {
$headers['host'] = App::getEnv('_APP_DOMAIN', '');
}