Files
zhamao-framework/src/ZM/Event/Event.php
2020-03-02 16:14:20 +08:00

11 lines
89 B
PHP

<?php
namespace ZM\Event;
interface Event
{
const SWOOLE = 1;
const CQ = 2;
}