mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-02 07:52:48 +08:00
10 lines
105 B
PHP
10 lines
105 B
PHP
<?php
|
|
|
|
namespace app\common\command;
|
|
|
|
use base\common\command\NodeBase;
|
|
|
|
class Node extends NodeBase
|
|
{
|
|
}
|