The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Jobs\SendContactUsEmail: $collectionClass, $id, $relations, $class, $keyBy
The trait Illuminate\Queue\InteractsWithQueue requires some properties which are not provided by App\Jobs\SendContactUsEmail: $failedWith, $releaseDelay
Loading history...
16
17
private $email;
18
19
private $mailTo;
20
21
private $mailBody;
22
23
/**
24
* SendContactUsEmail constructor.
25
*/
26
public function __construct($email, $mailTo, $mailBody)