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

offsetGet() 공개 메소드

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