diff --git a/core/lib/Drupal/Core/ProxyClass/Extension/SchemaInstaller.php b/core/lib/Drupal/Core/ProxyClass/Extension/SchemaInstaller.php index 9d1dc476a1..3758e2f335 100644 --- a/core/lib/Drupal/Core/ProxyClass/Extension/SchemaInstaller.php +++ b/core/lib/Drupal/Core/ProxyClass/Extension/SchemaInstaller.php @@ -70,9 +70,9 @@ protected function lazyLoadItself() /** * {@inheritdoc} */ - public function getInstalledVersion($module, $reset = false, $array = false) + public function getInstalledVersion($module) { - return $this->lazyLoadItself()->getInstalledVersion($module, $reset, $array); + return $this->lazyLoadItself()->getInstalledVersion($module); } /**