13 lines
95 B
PHP
13 lines
95 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Kiri\Router\Base;
|
|
|
|
|
|
trait EventDispatchHelper
|
|
{
|
|
|
|
|
|
|
|
}
|