mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
14 lines
230 B
PHP
14 lines
230 B
PHP
<?php
|
|
|
|
namespace app\common\command\tools\http;
|
|
|
|
use base\common\command\tools\http\ToolsHttpCallBase;
|
|
|
|
class ToolsHttpCall extends ToolsHttpCallBase
|
|
{
|
|
protected function configure()
|
|
{
|
|
parent::configure();
|
|
}
|
|
}
|