mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-25 14:08:42 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
321b50ae58
commit
fbf3f117fb
|
|
@ -55,7 +55,7 @@ final class QAHelperMapper extends DataMapperFactory
|
|||
$answerScore = $query->select('qa_answer_vote_created_for')
|
||||
->selectAs('SUM(qa_answer_vote_score)', 'score')
|
||||
->from(QAAnswerVoteMapper::TABLE)
|
||||
->where(QAAnswerMapper::TABLE . '.qa_answer_vote_created_for', 'in', $accounts)
|
||||
->where(QAAnswerVoteMapper::TABLE . '.qa_answer_vote_created_for', 'in', $accounts)
|
||||
->groupBy('qa_answer_vote_created_for')
|
||||
->execute()
|
||||
->fetchAll();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user