瀏覽代碼

sunguidong

zhangguidong 2 年之前
父節點
當前提交
dfc5b58ccf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

@@ -526,6 +526,7 @@ function addon_is_exit($name)
  */
 function event($event, $args = [], $once = false)
 {
+    print_r(111);
 	$res = Event::trigger($event, $args);
 	if (is_array($res)) {
 		$res = array_filter($res);