From 1cc81707dab128e360405aa4811a27b7a5403a78 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 11 May 2018 15:50:00 +0800 Subject: [PATCH] =?UTF-8?q?Facade=E7=B1=BB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Facade.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/think/Facade.php b/library/think/Facade.php index 6cadfaaa19..28fe667bb7 100644 --- a/library/think/Facade.php +++ b/library/think/Facade.php @@ -82,14 +82,6 @@ protected static function createFacade($class = '', $args = [], $newInstance = f protected static function getFacadeClass() {} - /** - * 获取当前Facade对应的对象实例(闭包) - * @access protected - * @return void|\Closure - */ - protected static function getFacadeInstance() - {} - /** * 带参数实例化当前Facade类 * @access public