diff --git a/Scheduling/Event.php b/Scheduling/Event.php index 4d67c47..ba5ff56 100644 --- a/Scheduling/Event.php +++ b/Scheduling/Event.php @@ -27,7 +27,7 @@ class Event * * @var string */ - public $expression = '* * * * * *'; + public $expression = '* * * * *'; /** * The timezone the date should be evaluated on.