mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
12 lines
134 B
PHP
12 lines
134 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace app\common\command;
|
|
|
|
use base\common\command\TimerBase;
|
|
|
|
class Timer extends TimerBase
|
|
{
|
|
}
|