mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14763] Specify correct class for local files class type
PHPBB3-14763
This commit is contained in:
parent
08f558d8f7
commit
62e8ba3d49
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
||||||
- '@request'
|
- '@request'
|
||||||
|
|
||||||
files.types.local:
|
files.types.local:
|
||||||
class: phpbb\files\types\form
|
class: phpbb\files\types\local
|
||||||
shared: false
|
shared: false
|
||||||
arguments:
|
arguments:
|
||||||
- '@files.factory'
|
- '@files.factory'
|
||||||
|
|
Loading…
Add table
Reference in a new issue