class EmailChangeRequested

Properties

User $user <p>The user who requested the email change.</p>
string $email <p>The email they requested to change to.</p>

Methods

__construct(User $user, string $email)

No description

Details

__construct(User $user, string $email)

Parameters

User $user <p>The user who requested the email change.</p>
string $email <p>The email they requested to change to.</p>