We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553d4fd commit 70b788dCopy full SHA for 70b788d
app/Models/Foundation/Summit/Summit.php
@@ -6474,7 +6474,7 @@ public function getRegistrationCompanyById(int $id): ?Company
6474
WHERE s.id = :summit_id AND c.id = :company_id");
6475
return $query
6476
->setParameter('summit_id', $this->id)
6477
- ->setParameter('event_id', $id)
+ ->setParameter('company_id', $id)
6478
->getOneOrNullResult();
6479
} catch (NoResultException $ex1) {
6480
return null;
0 commit comments