Files
kiri-core/Annotation/Porters.php
T
2021-04-29 10:35:11 +08:00

16 lines
106 B
PHP

<?php
namespace Annotation;
interface Porters
{
#[Port(port: 999)]
public function process();
}