Skip to content

Commit

Permalink
Merge pull request #75 from marcvdm/fix/zone
Browse files Browse the repository at this point in the history
Make zone properties public
  • Loading branch information
A1rPun authored Dec 1, 2023
2 parents 834a68e + 7709a0b commit a400256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Zone.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

final class Zone implements DomainObjectInterface
{
private function __construct(private string $service, private ?string $template, private ?bool $link)
private function __construct(public readonly string $service, public ?string $template, public ?bool $link)
{
}

Expand Down

0 comments on commit a400256

Please sign in to comment.