示例#1
0
 /**
  * Resolve the facade root instance from the container.
  *
  * @param  string $name
  * @return mixed
  */
 protected static function resolveFacadeInstance($name)
 {
     return Concrete\Core\Support\Facade\Facade::resolveFacadeInstance($name);
 }