mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14763] Specify correct class for local files class type
This commit is contained in:
commit
a94cb72b8e
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