nur-sery/src/schema/_assoc/AssocResult.php

8 lines
107 B
PHP
Raw Normal View History

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