Skip to content

Commit b055f31

Browse files
author
Vadim Davydenko
committed
DDEV-1965 фикс имени таблицы
1 parent 745d14d commit b055f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/OctaneCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function updateHistogram(array $data): void
115115
$bucketValue['value'] += 1;
116116
$this->histogramValues->set($bucketKeyHash, $bucketValue);
117117

118-
$this->summaries->set($metaKeyHash, $metaKeyValue);
118+
$this->histograms->set($metaKeyHash, $metaKeyValue);
119119
}
120120

121121
/**

0 commit comments

Comments
 (0)