mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
refactor code after review
This commit is contained in:
@@ -319,7 +319,7 @@ class SingleTaskRepository extends EntityRepository
|
||||
->getSingleScalarResult();
|
||||
}
|
||||
|
||||
public function findAllTasktypes()
|
||||
public function findAllTaskDistinctTypes()
|
||||
{
|
||||
$qb = $this->createQueryBuilder('st')
|
||||
->select('DISTINCT st.type');
|
||||
|
Reference in New Issue
Block a user