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 f6bb470 commit 8a06a40Copy full SHA for 8a06a40
Vuefront/Vuefront/ApiGraphql/resolver/blog/review.php
@@ -76,7 +76,7 @@ public function get($data)
76
77
return array(
78
'content'=> $comments,
79
- 'totalElements'=> $count($comments)
+ 'totalElements'=> count($comments)
80
);
81
}
82
0 commit comments