App\Notifications\Auth\ResetPasswordNotification::__construct PHP Méthode

__construct() public méthode

Create a new notification instance.
public __construct ( $token ) : void
Résultat void
    public function __construct($token)
    {
        $this->token = $token;
    }
ResetPasswordNotification