mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #4434 from marc1706/ticket/14763
[ticket/14763] Specify correct class for local files class type * marc1706/ticket/14763: [ticket/14763] Specify correct class for local files class type
This commit is contained in:
commit
312ca75be5
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