The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Mail\Auth\VerifyEmail: $id, $relations, $class, $keyBy
Loading history...
17
18
private $user;
19
private $callback;
20
21
public function __construct($user, string $callback = null)