mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/controller] Undo removal of period in ext.finder service definition
PHPBB3-10864
This commit is contained in:
parent
d3aa8823b2
commit
269a56e2c3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ services:
|
||||||
- @ext.manager
|
- @ext.manager
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
- %core.php_ext%
|
- .%core.php_ext%
|
||||||
- _ext_finder
|
- _ext_finder
|
||||||
|
|
||||||
http_kernel:
|
http_kernel:
|
||||||
|
|
Loading…
Add table
Reference in a new issue