diff --git a/src/Response/Content/IcsContent.php b/src/Response/Content/IcsContent.php index 0bfd1ca..841eeff 100644 --- a/src/Response/Content/IcsContent.php +++ b/src/Response/Content/IcsContent.php @@ -12,7 +12,7 @@ class IcsContent implements Content /** * @param string $value */ - function __construct(string $value) + public function __construct(string $value) { $this->value = $value; }