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'=> [
|
2024-08-17 16:39:10 +08:00
|
|
|
[plugin\demo\Demo::class, 'testhook'],
|
2024-07-13 12:53:20 +08:00
|
|
|
],
|
2022-08-19 19:48:37 +08:00
|
|
|
];
|