BookStack\Services\ViewService::resetAll PHP Метод

resetAll() публичный Метод

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