Skip to content

Commit

Permalink
wow, its a trap...
Browse files Browse the repository at this point in the history
  • Loading branch information
qbbr committed Oct 10, 2024
1 parent b01913a commit 35c7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/InfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function info(): JsonResponse
'ver' => $this->dbHelper->getVersion(),
'size' => $this->dbHelper->getSize(),
],
'count' => $this->systemEventsRepository->count(),
'count' => $this->systemEventsRepository->count([]),
]);
}
}

0 comments on commit 35c7430

Please sign in to comment.