BookStack\Services\ViewService::resetAll PHP Method

resetAll() public method

Reset all view counts by deleting all views.
public resetAll ( )
    public function resetAll()
    {
        $this->view->truncate();
    }