Skip to content

Commit 0510116

Browse files
committed
default value bug fixed.
1 parent d58d9e4 commit 0510116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CrontabInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function setLanguage()
137137
'language' => $this->language,
138138
'tabs' => $this->tabs,
139139
'type' => $this->tab,
140-
'cronExpression' => $this->value ?? '*/1 * * * *'
140+
'cronExpression' => $this->value
141141
]
142142
);
143143
}

0 commit comments

Comments
 (0)