Update job:list, and change "subject" to "jobname"

This commit is contained in:
2024-05-21 21:10:58 +10:00
parent 72d68fa1ab
commit 752462d20f
8 changed files with 11 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ class TicProcess implements ShouldQueue
public function __get($key): mixed
{
switch ($key) {
case 'subject':
case 'jobname':
return sprintf('%s %s',$this->do?->name,$this->file);
default: