feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
177 changed files with 614 additions and 7719 deletions
Showing only changes of commit 174b29efff - Show all commits

View File

@ -20,7 +20,7 @@ class Schedule
$commands = [];
foreach ($schedule as $line) {
$line = trim($line);
if (trim($line) === '' or str_starts_with('#', $line)) {
if (trim($line) === '' or str_starts_with($line, '#')) {
continue;
}
try {