Skip to content

Commit

Permalink
Facade类调整
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed May 11, 2018
1 parent 0e9aef3 commit 1cc8170
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions library/think/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cc8170

Please sign in to comment.