diff --git a/function.php b/function.php index 716239bb..e1b43329 100644 --- a/function.php +++ b/function.php @@ -256,7 +256,8 @@ if (!function_exists('injectRuntime')) { $methods = $target->getMethodsAttribute(); foreach ($methods as $method => $attribute) { - var_dump($class, $method); + + echo $class, ' ', $method, PHP_EOL; foreach ($attribute as $item) { $item = $item->newInstance();