예제 #1
0
 /**
  * Unset the value at a given offset.
  *
  * @param  string  $key
  * @return void
  */
 public static function offsetUnset($key)
 {
     return static::$instance->offsetUnset($key);
 }