App\Services\Repositories\Repository::offsetUnset PHP Method

offsetUnset() public method

Unset a option option.
public offsetUnset ( string $key ) : void
$key string
return void
    public function offsetUnset($key)
    {
        $this->forget($key);
    }