Files
kiri-router/src/Validator/FormBase.php
T

9 lines
124 B
PHP
Raw Normal View History

2023-11-04 00:57:06 +08:00
<?php
namespace Kiri\Router\Validator;
2023-11-13 17:52:39 +08:00
abstract class FormBase implements \Arrayable, \JsonSerializable, \Stringable
2023-11-04 00:57:06 +08:00
{
}