Skip to content

Commit

Permalink
psr2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jan 25, 2019
1 parent 1cf631e commit db1bdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/queries/OrganizationQuery.php
Expand Up @@ -238,7 +238,7 @@ protected function applyTypeParam()
$this->subQuery
->distinct(true)
->andWhere(
Db::parseParam($alias . '.typeId', $this->parseOrganizationTypeValue($this->organizationType))
);
Db::parseParam($alias . '.typeId', $this->parseOrganizationTypeValue($this->organizationType))
);
}
}

0 comments on commit db1bdbc

Please sign in to comment.