mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix CS
This commit is contained in:
@@ -827,7 +827,7 @@ abstract class base implements cache_cacheableInterface
|
||||
$success = true;
|
||||
|
||||
foreach ($list_patches as $patch) {
|
||||
foreach($patch->getDoctrineMigrations() as $doctrineVersion) {
|
||||
foreach ($patch->getDoctrineMigrations() as $doctrineVersion) {
|
||||
$version = $app['doctrine-migration.configuration']->getVersion($doctrineVersion);
|
||||
$version->getMigration()->setEntityManager($app['EM']);
|
||||
if (false === $version->isMigrated()) {
|
||||
|
Reference in New Issue
Block a user