Version 1
[yaffs-website] / web / core / modules / statistics / statistics.services.yml
diff --git a/web/core/modules/statistics/statistics.services.yml b/web/core/modules/statistics/statistics.services.yml
new file mode 100644 (file)
index 0000000..cf15573
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  statistics.storage.node:
+    class: Drupal\statistics\NodeStatisticsDatabaseStorage
+    arguments: ['@database', '@state', '@request_stack']
+    tags:
+      - { name: backend_overridable }