DDC-4022 minor improvements
This commit is contained in:
parent
c337f8f5c7
commit
33476d8c34
@ -3276,10 +3276,12 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Performs an action after the transaction.
|
* Performs an action after the transaction.
|
||||||
|
*
|
||||||
|
* @param callable $callback
|
||||||
*/
|
*/
|
||||||
private function doAfterTransaction(callable $callback)
|
private function doAfterTransaction(callable $callback)
|
||||||
{
|
{
|
||||||
if (!$this->hasCache) {
|
if ( ! $this->hasCache) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user