安装插件后的基础文件
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'appInit'=> [
|
||||
[plugin\easyflow\Easyflow::class, 'appInit'],
|
||||
],
|
||||
'testhook'=> [
|
||||
[\plugin\demo\Demo::class, 'testhook'],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user