diff --git a/src/Service/ServiceSettings.php b/src/Service/ServiceSettings.php index 03e7e16..93ac418 100644 --- a/src/Service/ServiceSettings.php +++ b/src/Service/ServiceSettings.php @@ -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;