Wait for execution

This commit is contained in:
Juan Pablo Vial
2025-05-13 15:15:20 -04:00
parent b45d03aa7e
commit 6d1a1c914a
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class Schedule
protected string $filename = '/var/spool/cron/crontabs/root';
public function run(): array
public function getPending(): array
{
$now = new DateTimeImmutable();
$schedule = $this->getCommandList();