Files
swiftadmin/config/event.php
2024-07-13 12:53:20 +08:00

9 lines
170 B
PHP

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