refactor code after review

This commit is contained in:
2023-09-11 13:53:09 +02:00
parent f770664798
commit efd43c3791
2 changed files with 8 additions and 5 deletions

View File

@@ -319,7 +319,7 @@ class SingleTaskRepository extends EntityRepository
->getSingleScalarResult();
}
public function findAllTasktypes()
public function findAllTaskDistinctTypes()
{
$qb = $this->createQueryBuilder('st')
->select('DISTINCT st.type');