Files
ulthon_admin/app/common/command/tools/log/ToolsLogShow.php
2026-03-26 20:22:34 +08:00

10 lines
149 B
PHP

<?php
namespace app\common\command\tools\log;
use base\common\command\tools\log\ToolsLogShowBase;
class ToolsLogShow extends ToolsLogShowBase
{
}