mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
14 lines
443 B
YAML
14 lines
443 B
YAML
services:
|
|
# chill_report.example:
|
|
# class: Chill\ReportBundle\Example
|
|
# arguments: [@service_id, "plain_value", %parameter%]
|
|
services:
|
|
|
|
chill.report.search:
|
|
class: Chill\ReportBundle\Search\ReportSearch
|
|
arguments:
|
|
- '@doctrine.orm.entity_manager'
|
|
calls:
|
|
- [setContainer, ["@service_container"]]
|
|
tags:
|
|
- { name: chill.search, alias: 'report' } |