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

offsetSet() public method

{@inheritDoc}
public offsetSet ( $key, $value )
    public function offsetSet($key, $value)
    {
        $this->config[$key] = $value;
    }