Skip to content
Snippets Groups Projects

Update DatabaseStorage.php

Closed Nikita Malyshev requested to merge issue/drupal-3485410:3485410- into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -167,7 +167,7 @@ public function set($key, $value) {
* @return bool
* TRUE if the data was set, FALSE if it already existed.
*/
public function doSetIfNotExists($key, $value) {
protected function doSetIfNotExists($key, $value) {
$result = $this->connection->merge($this->table)
->insertFields([
'collection' => $this->collection,
Loading