Commit 701e52e8 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise un nom de classe plutôt qu'un id dans les services.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
# Le gestionnaire de fichiers # Le gestionnaire de fichiers
irstea_file_upload.file_manager: irstea_file_upload.file_manager:
class: Irstea\FileUploadBundle\Entity\Repository\UploadedFileRepository class: Irstea\FileUploadBundle\Entity\Repository\UploadedFileRepository
factory: [ "@doctrine.orm.entity_manager", getRepository ] factory: [ "@Doctrine\\Common\\Persistence\\ObjectManager", getRepository ]
arguments: arguments:
- "%irstea_file_upload.entity%" - "%irstea_file_upload.entity%"
calls: calls:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment