Fix cron validation
All checks were successful
Deploy App / deploy (push) Successful in 12s

This commit is contained in:
2025-11-27 22:04:39 +01:00
parent aa27851bd7
commit cab33c16c2
2 changed files with 4 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ class CreateEditBot extends Component
public function save(): void
{
$this->schedule = trim(preg_replace('/\s{2,}/', ' ', $this->schedule));
$this->updatedSchedule($this->schedule);
$this->validate();
if (!class_exists($this->class)) {