diff options
| author | winter | 2024-12-14 21:24:48 +0000 |
|---|---|---|
| committer | winter | 2024-12-14 21:45:59 +0000 |
| commit | 2f4c1de3509141880df019ef1a6cc65981b3f6ea (patch) | |
| tree | 0021f3a860d6c80869d4af5d366393f1d0eea288 /Digitigrade/Job.php | |
| parent | 0c6497ff02b8118bcefee37cc6fe0cbc02df4bb4 (diff) | |
implement outbound auth? untested
untested because i don't have another instance to test it against ....
Diffstat (limited to 'Digitigrade/Job.php')
| -rw-r--r-- | Digitigrade/Job.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
