mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-01 05:37:07 +08:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace app\common\command\tools\log;
|
|
|
|
use base\common\command\tools\log\ToolsLogShowBase;
|
|
|
|
class ToolsLogShow extends ToolsLogShowBase
|
|
{
|
|
}
|