mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 03:19:43 +00:00
- adapt event templates - event bundle: fix deprecated deps injections - fix error with n=0 not iterated into querybuilder with centers loop
12 lines
456 B
YAML
12 lines
456 B
YAML
services:
|
|
Chill\EventBundle\Search\EventSearch:
|
|
arguments:
|
|
$security: '@Symfony\Component\Security\Core\Security'
|
|
$eventRepository: "@chill_event.repository.event"
|
|
$authorizationHelper: "@chill.main.security.authorization.helper"
|
|
$templating: "@templating"
|
|
$paginatorFactory: "@chill_main.paginator_factory"
|
|
tags:
|
|
- { name: chill.search, alias: 'event_regular' }
|
|
|