The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Mail\UserJoinsOrganizationToAdmin: $id, $relations, $class, $keyBy
Loading history...
13
14
private $fullname;
15
private $organization;
16
17
public function __construct(string $fullname, string $organization)