Skip to content

Commit

Permalink
fix: error when enabling whilst unconfigured
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Dec 2, 2024
1 parent 164155c commit 930275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/S3Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
) {
}

public function cdnHost(): string
public function cdnHost(): ?string
{
return Arr::get($this->config->config(), 'url');
}
Expand Down

0 comments on commit 930275f

Please sign in to comment.