Skip to content

Commit

Permalink
hotfix - support null user in config (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: marek <[email protected]>
  • Loading branch information
raneomik and marek committed May 23, 2023
1 parent bf50ce3 commit 2fafc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cron/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function getMailto(): ?string
return $this->globalConfig['mailto'];
}

public function getUser(): string
public function getUser(): ?string
{
return $this->globalConfig['user'];
}
Expand Down

0 comments on commit 2fafc7a

Please sign in to comment.