Skip to content

Commit

Permalink
default value bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhunesi committed Jan 20, 2021
1 parent d58d9e4 commit 0510116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrontabInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function setLanguage()
'language' => $this->language,
'tabs' => $this->tabs,
'type' => $this->tab,
'cronExpression' => $this->value ?? '*/1 * * * *'
'cronExpression' => $this->value
]
);
}
Expand Down

0 comments on commit 0510116

Please sign in to comment.