Barryvdh\Elfinder\Session\LaravelSession::remove PHP Method

remove() public method

public remove ( $key )
    public function remove($key)
    {
        $this->store->remove($key);
        return $this;
    }