Example #1
0
 /**
  * Bind a shared Closure into the container.
  *
  * @param  string  $abstract
  * @param  \Closure  $closure
  * @return void
  */
 public static function bindShared($abstract, Closure $closure)
 {
     return static::$instance->bindShared($abstract, $closure);
 }