This commit is contained in:
Yuri Kuznetsov
2023-10-19 17:02:35 +03:00
parent 8a6cc9ea35
commit 81971d0eda
-1
View File
@@ -64,7 +64,6 @@ class BeforeUpgrade
throw new Error($message);
}
/** @noinspection PhpSameParameterValueInspection */
private function processCheckExtension(string $name, string $minVersion, array &$errorMessageList): void
{
$em = $this->container->get('entityManager');