12 lines
70 B
PHP
12 lines
70 B
PHP
<?php
|
|
|
|
namespace Kiri\Router\Base;
|
|
|
|
|
|
trait EventDispatchHelper
|
|
{
|
|
|
|
|
|
|
|
}
|