Overtrue\Socialite\Config::offsetUnset PHP Method

offsetUnset() public method

Offset to unset.
public offsetUnset ( mixed $offset )
$offset mixed

The offset to unset.

    public function offsetUnset($offset)
    {
        $this->set($offset, null);
    }