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

13 lines
156 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Models\Dto;
class OtpDto
{
/* @var integer */
public string $password;
/* @var integer */
public string $otp_type;
2022-11-22 15:15:52 +01:00
}