Skip to content

Commit

Permalink
Allow publicRokkaDomain to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeow committed Feb 17, 2023
1 parent 57a989d commit 20dff02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.5.1
- Allow publicRokkaDomain to be null

## Version 0.5.0
- Update Rokka client to 1.19.0
- Update Rokka client cli to 1.9.10
Expand Down
2 changes: 1 addition & 1 deletion src/RokkaLaravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RokkaLaravel
protected string $organization;
protected string $apiKey;
protected array $requestOptions;
protected string $publicRokkaDomain;
protected ?string $publicRokkaDomain;
protected TemplateHelper $templateHelper;

/**
Expand Down

0 comments on commit 20dff02

Please sign in to comment.