Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 29, 2020
1 parent f2d8bcf commit 38a8f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/ScheduledTasks/Tasks/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function cronExpression(): string

public function timezone(): string
{
return $this->event->timezone;
return (string)$this->event->timezone;
}

public function humanReadableCron(): string
Expand Down

0 comments on commit 38a8f62

Please sign in to comment.