Files
kiri-event/TestListener.php
T

14 lines
169 B
PHP
Raw Normal View History

2023-08-11 00:12:33 +08:00
<?php
namespace Kiri\Events;
class TestListener implements EventInterface
{
public function process()
{
// TODO: Implement process() method.
}
}