From 3e6150f2a205033d15b764a762bd67ff4e6889a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 01:09:40 +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 --- System/Abstracts/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/Config.php b/System/Abstracts/Config.php index 856a5058..c979d563 100644 --- a/System/Abstracts/Config.php +++ b/System/Abstracts/Config.php @@ -11,6 +11,7 @@ namespace Snowflake\Abstracts; use Exception; use Snowflake\Exception\ConfigException; use Snowflake\Abstracts\Component; +use Snowflake\Snowflake; /**