Issue #3210888 by longwave: Undefined static method Drupal\Core\Database\Connection::serialize()

(cherry picked from commit 39110888d9)
merge-requests/674/head
Lee Rowlands 2021-05-12 19:38:20 +10:00
parent 7b547668be
commit 7d63c1f7e4
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 0 additions and 13 deletions

View File

@ -200,19 +200,6 @@ class Connection extends DatabaseConnection {
return $pdo;
}
/**
* {@inheritdoc}
*/
public function serialize() {
// Cleanup the connection, much like __destruct() does it as well.
if ($this->needsCleanup) {
$this->nextIdDelete();
}
$this->needsCleanup = FALSE;
return parent::serialize();
}
/**
* {@inheritdoc}
*/