Skip to content

Commit

Permalink
Backport NonProxyLoadingEntityManager::refresh() signature change (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
michnovka committed Nov 2, 2022
1 parent 474f76f commit c97f0a1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -319,9 +319,9 @@ public function detach($object)
/**
* {@inheritDoc}
*/
public function refresh($object)
public function refresh($object, ?int $lockMode = null)
{
$this->realEntityManager->refresh($object);
$this->realEntityManager->refresh($object, $lockMode);
}

/**
Expand Down

0 comments on commit c97f0a1

Please sign in to comment.