nur-sery/src/schema/_list/ListResult.php

8 lines
105 B
PHP
Raw Normal View History

2023-11-28 00:20:42 +04:00
<?php
namespace nur\sery\schema\_list;
use nur\sery\schema\Result;
class ListResult extends Result {
}