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

15 lines
85 B
PHP
Raw Normal View History

2021-11-30 15:10:01 +08:00
<?php
namespace Kiri\Gateway;
class Collector
{
public function get()
{
}
}