Files
swiftadmin/config/event.php

9 lines
169 B
PHP
Raw Normal View History

2022-08-19 19:48:37 +08:00
<?php
return [
2024-07-13 12:53:20 +08:00
'appInit'=> [
[plugin\easyflow\Easyflow::class, 'appInit'],
],
'testhook'=> [
[plugin\demo\Demo::class, 'testhook'],
2024-07-13 12:53:20 +08:00
],
2022-08-19 19:48:37 +08:00
];