Skip to content

Commit

Permalink
Fix DB flush at all
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Zhdanovskih committed May 29, 2019
1 parent 3dc910f commit f1240dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/MigrateToDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ protected function exportToDatabase(array $messages, string $locale, string $dom
$em->flush();
}
}
$em->flush();

return $count;
}
Expand Down

0 comments on commit f1240dd

Please sign in to comment.