Example #1
0
 /**
  * Instantiate a concrete instance of the given type.
  *
  * @param string $concrete
  * @param array $parameters
  * @return mixed 
  * @throws BindingResolutionException
  * @static 
  */
 public static function build($concrete, $parameters = array())
 {
     //Method inherited from \Illuminate\Container\Container
     return \October\Rain\Foundation\Application::build($concrete, $parameters);
 }