Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / State / State.php
index 572e5cbf3393601ccabb0c2237eb11688d2e169b..cefcb6273e6bcae88681f8b8c84960bc18b07c2a 100644 (file)
@@ -86,7 +86,7 @@ class State extends CacheCollector implements StateInterface {
    */
   public function delete($key) {
     parent::delete($key);
-    $this->deleteMultiple([$key]);
+    $this->keyValueStore->delete($key);
   }
 
   /**