public function clear() { //clear database $this->storage->clear(); // clear cached options $this->cache->forget('weboap.options'); }
public function clear() { //clear database $this->storage->clear(); // clear cached options $this->cache->destroy('weboap.visitor'); }