fix pagination page for kehadiran
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user