canto-1.0.x-dev/canto.services.yml
canto.services.yml
# This declares the plugin manager to the service container. For background
# information on the service container, see https://www.drupal.org/node/2133171.
# Changes here require that the cache be cleared in order to have Drupal notice
# them.
services:
canto.repository:
class: Drupal\canto\CantoRepository
arguments: ['@database', '@string_translation', '@messenger']
