Files
kiri-core/Annotation/Porters.php
T

16 lines
106 B
PHP
Raw Normal View History

2021-04-29 10:35:11 +08:00
<?php
namespace Annotation;
interface Porters
{
#[Port(port: 999)]
public function process();
}