Fixed typos
Change-Id: Ifcd2f3b9def44e6b78150517a1c5d7ee09a845a7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user