Skip to content

Instantly share code, notes, and snippets.

@PetraMotz
Created August 4, 2021 11:53
Show Gist options
  • Save PetraMotz/16782653de93504857545d4c2b047280 to your computer and use it in GitHub Desktop.
Save PetraMotz/16782653de93504857545d4c2b047280 to your computer and use it in GitHub Desktop.
PHP #php #task
$task = $this->scheduler->fetchTask(24);
$this->scheduler->executeTask($task);
/**
* @var Scheduler Local scheduler instance
*/
protected $scheduler;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment