1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13713] Use config limit for fetching users

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-21 11:04:07 +03:00
committed by Marc Alexander
parent ab91cf6ca6
commit 368090b7e6
2 changed files with 7 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ services:
abstract: true
arguments:
- '@dbal.conn'
- '@config'
- '@user_loader'
- '%core.root_path%'
- '%core.php_ext%'