From 2f4c1de3509141880df019ef1a6cc65981b3f6ea Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 14 Dec 2024 21:24:48 +0000 Subject: implement outbound auth? untested untested because i don't have another instance to test it against .... --- Digitigrade/Job.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Digitigrade/Job.php') diff --git a/Digitigrade/Job.php b/Digitigrade/Job.php index 4fc799a..146e4b2 100644 --- a/Digitigrade/Job.php +++ b/Digitigrade/Job.php @@ -30,7 +30,7 @@ abstract class Job implements \JsonSerializable { public abstract function run(); /** - * Submits the job to the global job queue with default options. + * Submits the job to the global job queue with appropriate options. * @return void */ public function submit() { -- cgit v1.3