Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
6
web/core/modules/statistics/statistics.services.yml
Normal file
6
web/core/modules/statistics/statistics.services.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
statistics.storage.node:
|
||||
class: Drupal\statistics\NodeStatisticsDatabaseStorage
|
||||
arguments: ['@database', '@state', '@request_stack']
|
||||
tags:
|
||||
- { name: backend_overridable }
|
||||
Reference in a new issue