mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Update build
This commit is contained in:
@@ -120,7 +120,7 @@ class Client
|
||||
$this->logger->line('');
|
||||
|
||||
static::$subdomains[] = "{$httpProtocol}://{$data->subdomain}.{$host}";
|
||||
static::$user = $data->user;
|
||||
static::$user = $data->user ?? ['can_specify_subdomains' => 0];
|
||||
|
||||
$deferred->resolve($data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user