Files
kiri-router/src/Base/EventDispatchHelper.php
T

14 lines
135 B
PHP
Raw Normal View History

2023-04-15 23:29:27 +08:00
<?php
namespace Kiri\Message\Abstracts;
use Kiri\Annotation\Inject;
use Kiri\Events\EventDispatch;
trait EventDispatchHelper
{
}