Files
kiri-core/kiri-gateway/Collector.php
T

15 lines
99 B
PHP
Raw Normal View History

2022-01-09 03:50:38 +08:00
<?php
namespace Kiri\Gateway;
class Collector
{
public function get()
{
}
}