Skip to content

Commit f1240dd

Browse files
author
Andrew Zhdanovskih
committed
Fix DB flush at all
1 parent 3dc910f commit f1240dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/MigrateToDatabaseCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ protected function exportToDatabase(array $messages, string $locale, string $dom
158158
$em->flush();
159159
}
160160
}
161+
$em->flush();
161162

162163
return $count;
163164
}

0 commit comments

Comments
 (0)