Files
kiri-core/kiri-engine/Abstracts/AbstractServer.php
T
as2252258 f867f4be9e Revert "改名"
This reverts commit fdf58326
2022-01-06 19:05:15 +08:00

13 lines
121 B
PHP

<?php
namespace Kiri\Abstracts;
abstract class AbstractServer extends Component
{
public string $name = 'http';
}