Example #1
0
 /**
  * Remove an element if it exists.
  *
  * @param string $path
  */
 public function remove($path)
 {
     Dot::remove($this->data, $path);
 }