|
@@ -60,7 +60,7 @@ |
|
|
block discarded – undo |
|
60
|
60
|
} |
|
61
|
61
|
|
|
62
|
62
|
$storageService = $this->provider->getStorageServiceForEntity($metadata->name); |
|
63
|
|
- \assert($storageService instanceof StorageService); // helps PHPStan |
|
|
63
|
+ \assert($storageService instanceof StorageService); // helps PHPStan |
|
64
|
64
|
$connection = $storageService->getEntityManager()->getConnection(); |
|
65
|
65
|
$storageSchemaManager = $connection->getSchemaManager(); |
|
66
|
66
|
$fromSchema = $storageSchemaManager->createSchema(); |
Please login to merge, or discard this patch.