The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Mail\InvitationLinkToOrganization: $id, $relations, $class, $keyBy
Loading history...
13
14
private $hash;
15
private $email;
16
private $firstname;
17
private $lastname;
18
private $organization;
19
20
public function __construct(string $hash, string $email, string $organization, string $firstname = null, string $lastname = null)