From 45ad33d6c16320148f3fdd792aacaececb551991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 18 Jan 2021 14:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 1 - 1 file changed, 1 deletion(-) diff --git a/function.php b/function.php index e9f66a2d..511f58bb 100644 --- a/function.php +++ b/function.php @@ -160,7 +160,6 @@ if (!function_exists('loadByDir')) { $first = explode(DIRECTORY_SEPARATOR, $replace); array_shift($first); - var_dump($namespace . '\\' . implode('\\', $first)); Snowflake::setAutoload($namespace . '\\' . implode('\\', $first), $value); } }