✨
Size: a a a
✨
VB
✨
ИП
ПГ
$this->entityManager->transactional(function (){
$counter = $this->entityManager->find(Counter::class, 1, LockMode::PESSIMISTIC_READ);
sleep(10);
$counter->setMeter($counter->getMeter()+1);
});VB
✨
✨
✨
✨
✨
✨
c