Azuriom/Plugin-Vote

Pouvoir modifier le temps du reset classement invite

Closed this issue · 2 comments

Salut, j'aimerai savoir ou, et comment pouvoir modifier l'intervalle entre le reset du classement d'invitations

some news?

No need to bump after only 2 days... Anyway you can modifiy the following files and replace startOfMonth by startOfWeek here:

return Vote::getTopVoters(now()->startOfMonth())->map(function ($value) {

'votes' => Vote::getTopVoters(now()->startOfMonth()),