Files
kiri-core/kiri-engine/Abstracts/AbstractServer.php
T

13 lines
133 B
PHP
Raw Normal View History

2022-01-09 03:50:38 +08:00
<?php
namespace Kiri\Abstracts;
abstract class AbstractServer extends Component
{
public string $name = 'http';
}