Files
kiri-core/System/Events/EventInterface.php
T
as2252258@163.com 682246df28 modify
2021-08-11 01:04:57 +08:00

17 lines
110 B
PHP

<?php
namespace Kiri\Events;
/**
*
*/
interface EventInterface
{
public function process(): void;
}