Cartalyst\Sentinel\Native\ConfigRepository::offsetUnset PHP Method

offsetUnset() public method

{@inheritDoc}
public offsetUnset ( $key )
    public function offsetUnset($key)
    {
        unset($this->config[$key]);
    }