Skip to content

Commit

Permalink
Merge pull request #317 from pryznar/patch-7
Browse files Browse the repository at this point in the history
doc/typo: Model::refreshAll() method name
  • Loading branch information
hrach committed Oct 25, 2018
2 parents 58d1ed3 + b4720bd commit 7c5ecd9
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 7c5ecd9

Please sign in to comment.