Example #1
0
File: App.php Project: pinepain/ape
 /**
  * Resolve the given type from the container.
  *
  * @param  string $abstract
  * @param  array  $parameters
  *
  * @return mixed
  */
 public static function make($abstract, $parameters = array())
 {
     return Ape\Application::make($abstract, $parameters);
 }