This commit is contained in:
Javier Casares 2026-06-03 06:30:49 +00:00
commit 4402f3570d
20 changed files with 1683 additions and 382 deletions

View file

@ -99,7 +99,7 @@ abstract class AbstractProvider {
}
arsort( $counts );
return array_slice( $counts, 0, 10, true );
return array_slice( $counts, 0, 50, true );
}
/**