Merge branch 'finadev' of https://gitlab.com/erahn/voting into Hayatie

This commit is contained in:
hayatie
2024-04-22 10:25:32 +08:00
12 changed files with 600 additions and 281 deletions
@@ -11,6 +11,6 @@ class GetController extends Controller
{
public function __invoke()
{
return Voter::where('election_id', Util::getCurrentElection())->paginate(10);
return Voter::where('election_id', Util::getCurrentElection())->paginate(50);
}
}