<?php
return [
'appInit'=> [
[plugin\easyflow\Easyflow::class, 'appInit'],
],
'testhook'=> [
[\plugin\demo\Demo::class, 'testhook'],
];