Cartalyst\Sentinel\Native\ConfigRepository::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

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