make input parameter null

This commit is contained in:
2025-02-04 13:27:02 +03:30
parent cd9d8211f4
commit d2d7ee2d57
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class DataTableInput
{
}
public function getStart(): int
public function getStart(): ?int
{
return $this->start;
}