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

offsetSet() 공개 메소드

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