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

offsetGet() public method

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