Browse Source

sunguidong

zhangguidong 2 năm trước cách đây
mục cha
commit
dfc5b58ccf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);