Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / statistics / statistics.services.yml
1 services:
2   statistics.storage.node:
3     class: Drupal\statistics\NodeStatisticsDatabaseStorage
4     arguments: ['@database', '@state', '@request_stack']
5     tags:
6       - { name: backend_overridable }