Skip to content

Commit

Permalink
Change Institution to ActorInstitution
Browse files Browse the repository at this point in the history
For the VerifiedSecondFactorSearchQuery
  • Loading branch information
MKodde committed Oct 18, 2018
1 parent df7ee29 commit 36a82db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function findVerifiedByIdentity($identityId, $insitution)
{
$query = new VerifiedSecondFactorSearchQuery();
$query->setIdentityId($identityId);
$query->setInstitution($insitution);
$query->setActorInstitution($insitution);
return $this->secondFactors->searchVerified($query);
}

Expand Down

0 comments on commit 36a82db

Please sign in to comment.