Skip to content

Commit

Permalink
Update ServiceSettings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
monkenWu authored May 19, 2022
1 parent 7f3b098 commit 821a877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ServiceSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ServiceSettings
public $port;
public $isHttps;

public function __construct(string $name, string $address, int $port = 80, bool $isHttps)
public function __construct(string $name, string $address, int $port = 80, bool $isHttps = false)
{
$this->name = $name;
$this->address = $address;
Expand Down

0 comments on commit 821a877

Please sign in to comment.