several bugfixes

This commit is contained in:
2024-04-10 13:04:37 -04:00
parent 72d2850e83
commit a238ad3b7f
8 changed files with 22 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ namespace Core\API\Logs {
use Core\Objects\DatabaseEntity\Group;
use Core\Objects\DatabaseEntity\SystemLog;
// TODO: how to handle pagination here for log entries stored in files?
class Get extends LogsAPI {
use Pagination;