caipan_shop_admin/app/event.php

20 lines
316 B
PHP
Executable File

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
'app\subscribe\Spu',
'app\subscribe\Order',
],
];