Skip to content

Commit

Permalink
pkp/pkp-lib#10292 user interest vocab const added
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Dec 21, 2024
1 parent 8ac8690 commit fea9d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/cleanReviewerInterests.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ public function execute()
protected function _getOrphanVocabInterests(): Collection
{
$controlledVocab = Repo::controlledVocab()->build(
UserInterest::CONTROLLED_VOCAB_INTEREST
UserInterest::CONTROLLED_VOCAB_INTEREST,
UserInterest::CONTROLLED_VOCAB_INTEREST_ASSOC_TYPE,
UserInterest::CONTROLLED_VOCAB_INTEREST_ASSOC_ID
);

return ControlledVocabEntry::query()
Expand Down

0 comments on commit fea9d7f

Please sign in to comment.