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

13 lines
121 B
PHP
Raw Normal View History

2022-01-06 19:05:15 +08:00
<?php
namespace Kiri\Abstracts;
abstract class AbstractServer extends Component
{
public string $name = 'http';
}