安装插件后的基础文件

This commit is contained in:
panx
2024-07-13 12:53:20 +08:00
parent db41c93a84
commit 7f33ce4bf6
318 changed files with 31711 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
<?php
return [
'appInit'=> [
[plugin\easyflow\Easyflow::class, 'appInit'],
],
'testhook'=> [
[\plugin\demo\Demo::class, 'testhook'],
],
];