mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14763] Specify correct class for local files class type
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user