Update job:list, and change "subject" to "jobname"
This commit is contained in:
@@ -47,7 +47,7 @@ class FileareaImport implements ShouldQueue
|
||||
public function __get($key): mixed
|
||||
{
|
||||
switch ($key) {
|
||||
case 'subject':
|
||||
case 'jobname':
|
||||
return sprintf('%s-%s',$this->do->name,$this->file);
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user