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 6430e22 commit 9a09e4cCopy full SHA for 9a09e4c
1 file changed
src/Application/Models/CommitteeTable.php
@@ -43,7 +43,7 @@ public function find(?array $fields=null, ?string $order='name', ?int $itemsPerP
43
break;
44
45
case 'department_id':
46
- $joins[] = 'committee_departments d on c.id=d.committee_id';
+ $joins[] = 'join committee_departments d on c.id=d.committee_id';
47
$where[] = "d.$k=:$k";
48
$params[$k] = $v;
49
0 commit comments