Files
swiftadmin/config/event.php
2024-08-17 16:39:10 +08:00

9 lines
169 B
PHP

<?php
return [
'appInit'=> [
[plugin\easyflow\Easyflow::class, 'appInit'],
],
'testhook'=> [
[plugin\demo\Demo::class, 'testhook'],
],
];