示例#1
0
 /**
  * Get the concrete type for a given abstract.
  *
  * @param  string  $abstract
  * @return mixed   $concrete
  */
 protected static function getConcrete($abstract)
 {
     return static::$instance->getConcrete($abstract);
 }