Skip to content

Commit 8a06a40

Browse files
committed
Fix bug
1 parent f6bb470 commit 8a06a40

File tree

1 file changed

+1
-1
lines changed
  • Vuefront/Vuefront/ApiGraphql/resolver/blog

1 file changed

+1
-1
lines changed

Vuefront/Vuefront/ApiGraphql/resolver/blog/review.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function get($data)
7676

7777
return array(
7878
'content'=> $comments,
79-
'totalElements'=> $count($comments)
79+
'totalElements'=> count($comments)
8080
);
8181
}
8282

0 commit comments

Comments
 (0)