services.yml 211 B

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