wupengfei 2 years ago
parent
commit
7380a93780
1 changed files with 0 additions and 2 deletions
  1. 0 2
      thinkphp/library/think/Hook.php

+ 0 - 2
thinkphp/library/think/Hook.php

@@ -92,9 +92,7 @@ class Hook
         $results = [];
 
         foreach (static::get($tag) as $key => $name) {
-
             $results[$key] = self::exec($name, $tag, $params, $extra);
-            var_dump( $results[$key]);
             // 如果返回 false,或者仅获取一个有效返回则中断行为执行
             if (false === $results[$key] || (!is_null($results[$key]) && $once)) {
                 break;