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

9 lines
114 B
PHP

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