2FAuth/app/Models/Dto/HotpDto.php
2022-11-25 15:20:36 +01:00

10 lines
115 B
PHP

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