Example #1
0
 /**
  * Unset the value at a given offset.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function offsetUnset($key)
 {
     //Method inherited from \Illuminate\Container\Container
     \App\Application::offsetUnset($key);
 }