Cartalyst\Sentinel\Native\ConfigRepository::offsetUnset PHP Méthode

offsetUnset() public méthode

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