Remove clearing of entitymanager. #654

This commit is contained in:
Korina Cordero 2022-03-31 02:10:10 +00:00
parent 3315565000
commit 618769ab5d

View file

@ -125,8 +125,6 @@ class WarrantyHandler
// update customer vehicle with warranty info
$this->updateCustomerVehicle($serial, $batt_list, $plate_number, $date_expire);
// $this->em->clear();
}
public function updateCustomerVehicle($serial, $batteries, $plate_number, $date_expire)