diff --git a/System/Process/CrontabProcess.php b/System/Process/CrontabProcess.php index d9b15dbb..404cd829 100644 --- a/System/Process/CrontabProcess.php +++ b/System/Process/CrontabProcess.php @@ -126,6 +126,7 @@ class CrontabProcess extends Process } else { $this->names[$name] = Timer::after(...$runTicker); } + var_dump($this->names); }