fix: sentry issue 4478125289
This commit is contained in:
parent
1752448050
commit
78b9166bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Select extends Component
|
||||||
public string $type;
|
public string $type;
|
||||||
public string $server_id;
|
public string $server_id;
|
||||||
public string $destination_uuid;
|
public string $destination_uuid;
|
||||||
public Countable|array|Server $servers;
|
public Countable|array|Server $servers = [];
|
||||||
public Collection|array $standaloneDockers = [];
|
public Collection|array $standaloneDockers = [];
|
||||||
public Collection|array $swarmDockers = [];
|
public Collection|array $swarmDockers = [];
|
||||||
public array $parameters;
|
public array $parameters;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue