mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 01:34:23 +00:00
10 lines
339 B
YAML
10 lines
339 B
YAML
services:
|
|
chill_doc_store.persistence_checker:
|
|
class: Chill\DocStoreBundle\Object\PersistenceChecker
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
|
|
Chill\DocStoreBundle\Object\ObjectToAsyncFileTransformer:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|