예제 #1
0
 /**
  * Get the Closure to be used when building a type.
  *
  * @param  string  $abstract
  * @param  string  $concrete
  * @return \Closure
  */
 protected static function getClosure($abstract, $concrete)
 {
     return static::$instance->getClosure($abstract, $concrete);
 }