9 lines
170 B
PHP
9 lines
170 B
PHP
<?php
|
|
return [
|
|
'appInit'=> [
|
|
[plugin\easyflow\Easyflow::class, 'appInit'],
|
|
],
|
|
'testhook'=> [
|
|
[\plugin\demo\Demo::class, 'testhook'],
|
|
],
|
|
]; |