Files
ulthon_admin/app/common/interface/test/CommandTestInterface.php

10 lines
171 B
PHP

<?php
namespace app\common\interface\test;
use base\common\interface\test\CommandTestInterfaceBase;
interface CommandTestInterface extends CommandTestInterfaceBase
{
}