15 lines
315 B
PHP
Executable File
15 lines
315 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'services' => [
|
|
'other' => [
|
|
'mautic.stats.aggregate.collector' => [
|
|
'class' => Mautic\StatsBundle\Aggregate\Collector::class,
|
|
'arguments' => [
|
|
'event_dispatcher',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|