update to Symfony 4.4 (#1275)
This commit is contained in:
@@ -143,7 +143,7 @@ class TimesheetRepository extends EntityRepository
|
||||
|
||||
$entityManager = $this->getEntityManager();
|
||||
$entityManager->persist($entry);
|
||||
$entityManager->flush($entry);
|
||||
$entityManager->flush();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user