Files
EasySoft-ZenTaoPMS/lib/zin/wg/thinknode/v1.php
T

14 lines
206 B
PHP

<?php
declare(strict_types=1);
namespace zin;
requireWg('thinkStepBase');
class thinkNode extends thinkStepBase
{
protected static array $defaultProps = array
(
'type' => 'node'
);
}