Added subject so that it works with job:list
This commit is contained in:
@@ -31,6 +31,17 @@ class MailSend implements ShouldQueue
|
||||
$this->crash = $crash;
|
||||
}
|
||||
|
||||
public function __get($key): mixed
|
||||
{
|
||||
switch ($key) {
|
||||
case 'subject':
|
||||
return __METHOD__;
|
||||
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user