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

[ticket/17361] Change order of arguments

PHPBB-17361
This commit is contained in:
Ruben Calvo
2025-01-18 23:15:18 +01:00
parent 90bd9d006e
commit 598d1c7f49
2 changed files with 11 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ services:
storage.file_tracker:
class: phpbb\storage\file_tracker
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@dbal.conn'
- '%tables.storage%'