SlimServices\Config::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        $this->app->config($offset, null);
    }