Skip to content

Update SerializableTempstoreFactory.php:

  • drop constructor, because signature is same as parent class
  • drop property, because currentUser is declared in parent class
  • rewrite return new CoreSharedTempStore($storage, $this->lockBackend, $owner, $this->requestStack, $this->currentUser, $this->expire); to follow parent class signature

Closes #3411309

Merge request reports