services.yml 178 B

123456
  1. services:
  2. statsd:
  3. class: StatsDBundle\Services\StatsD
  4. endpoint.mysql:
  5. class: StatsDBundle\Services\EndpointMysql
  6. arguments: ["@service_container"]