Fixed typos

Change-Id: Ifcd2f3b9def44e6b78150517a1c5d7ee09a845a7
This commit is contained in:
Sebastian Marcet
2018-10-22 16:20:56 -03:00
parent 2fcc05e7a4
commit 65bc82b760
3 changed files with 2 additions and 26 deletions

View File

@@ -60,7 +60,7 @@ final class DoctrineOrganizationRepository
{
try {
return $this->getEntityManager()->createQueryBuilder()
->select("t")
->select("o")
->from(\models\main\Organization::class, "o")
->where('UPPER(TRIM(o.name)) = UPPER(TRIM(:name))')
->setParameter('name', $name)