zhangguidong 2 anos atrás
pai
commit
dfc5b58ccf
1 arquivos alterados com 1 adições e 0 exclusões
  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);