fix: correct type declaration for MAX_RECORDS constant in ExportAllReportsPdfAction

This commit is contained in:
Yoga Pangestu 2026-06-05 08:13:29 +07:00
parent beae82a898
commit 2683b6324f

View File

@ -13,7 +13,7 @@
class ExportAllReportsPdfAction extends Action
{
private const int MAX_RECORDS = 500;
private const MAX_RECORDS = 500;
public static function getDefaultName(): ?string
{