Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
701e52e8
Commit
701e52e8
authored
Jul 25, 2018
by
Guillaume Perréal
Browse files
Utilise un nom de classe plutôt qu'un id dans les services.
parent
e4d5f8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Resources/config/services.yml
View file @
701e52e8
...
...
@@ -19,7 +19,7 @@ services:
# Le gestionnaire de fichiers
irstea_file_upload.file_manager
:
class
:
Irstea\FileUploadBundle\Entity\Repository\UploadedFileRepository
factory
:
[
"
@
d
octrine
.orm.entity_m
anager"
,
getRepository
]
factory
:
[
"
@
D
octrine
\\
Common
\\
Persistence
\\
ObjectM
anager"
,
getRepository
]
arguments
:
-
"
%irstea_file_upload.entity%"
calls
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment