Example #1
0
 /**
  * Refresh an instance on the given target and method.
  *
  * @param  string  $abstract
  * @param  mixed  $target
  * @param  string  $method
  * @return mixed
  */
 public static function refresh($abstract, $target, $method)
 {
     return static::$instance->refresh($abstract, $target, $method);
 }