2FAuth/app/Models/Dto/HotpDto.php

10 lines
115 B
PHP

<?php
namespace App\Models\Dto;
class HotpDto extends OtpDto
{
/* @var integer */
public int $counter;
}