Files
thetool/application/DocumentationCheck/DocumentationCheck.php
2024-05-08 12:54:26 +00:00

9 lines
94 B
PHP

<?php
/**
* @property mixed|null $name
*/
class DocumentationCheck extends mfBaseModel
{
}