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

+ 1 - 1
thinkphp/library/think/Hook.php

@@ -74,7 +74,7 @@ class Hook
         if (empty($tag)) {
             return self::$tags;
         }
-        var_dump(self::$tags);
+
         return array_key_exists($tag, self::$tags) ? self::$tags[$tag] : [];
     }