PMCORE-1402 Use Jobs in the email execution related to the 'Action by email'
This commit is contained in:
@@ -18,4 +18,14 @@ abstract class QueuedClosure extends CallQueuedClosure
|
||||
{
|
||||
parent::__construct(new SerializableClosure($closure));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the display name for the queued job.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function displayName(): string
|
||||
{
|
||||
return get_class($this) . ' ' . parent::displayName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user