mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11362] Fix service description of finder
PHPBB3-11362
This commit is contained in:
parent
423b310e2a
commit
ffe9f2a93e
1 changed files with 1 additions and 1 deletions
|
@ -141,9 +141,9 @@ services:
|
||||||
class: phpbb_extension_finder
|
class: phpbb_extension_finder
|
||||||
arguments:
|
arguments:
|
||||||
- @ext.manager
|
- @ext.manager
|
||||||
|
- @filesystem
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
- @filesystem
|
|
||||||
- .%core.php_ext%
|
- .%core.php_ext%
|
||||||
- _ext_finder
|
- _ext_finder
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue