This commit is contained in:
2019-08-01 22:30:12 -05:00
parent b09f48ccdc
commit 7a2701d72d
7 changed files with 19 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ class ProcessSendEveMailJob implements ShouldQueue
/**
* Execute the job.
* Utilized by using SendEveMailJob::dispatch($mail);
* Utilized by using ProcessSendEveMailJob::dispatch($mail);
* The model is passed into the dispatch function, then added to the queue
* for processing.
*