mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix default param syntax
This commit is contained in:
parent
23f350c7d1
commit
ee225834d9
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class Executor
|
|||
int $memory,
|
||||
bool $logging,
|
||||
string $runtimeEntrypoint = '',
|
||||
?int $requestTimeout
|
||||
?int $requestTimeout = null
|
||||
) {
|
||||
if (empty($headers['host'])) {
|
||||
$headers['host'] = System::getEnv('_APP_DOMAIN', '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue