Beispiel #1
0
 /**
  * "Extend" an abstract type in the container.
  *
  * @param  string  $abstract
  * @param  Closure $closure
  *
  * @return void
  */
 public static function extend($abstract, Closure $closure)
 {
     return \Ape\Application::extend($abstract, $closure);
 }