Skip to content

Commit

Permalink
Merge b4720bd into 58d1ed3
Browse files Browse the repository at this point in the history
  • Loading branch information
pryznar committed Oct 25, 2018
2 parents 58d1ed3 + b4720bd commit 8c14656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/unique-constraint.texy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ try {
$this->orm->likes->persistAndFlush($like);
} catch (\Nextras\Dbal\UniqueConstraintViolationException $e) {
$this->orm->likes->getMapper()->rollback();
$this->orm->refresh()
$this->orm->refreshAll()
}
\--

0 comments on commit 8c14656

Please sign in to comment.