예제 #1
0
 /**
  * Instantiate a concrete instance of the given type.
  *
  * @param  string  $concrete
  * @param  array   $parameters
  * @return mixed
  *
  * @throws BindingResolutionException
  */
 public static function build($concrete, $parameters = array())
 {
     return static::$instance->build($concrete, $parameters);
 }