feat: add deserilazation

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-03 21:33:28 -04:00
parent 8f61c4d2d5
commit fe78426a5d
4 changed files with 41 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ namespace KTXF\Resource\Range;
class Range implements IRange {
public function jsonDeserialize(array|string $data): static {
return $this;
}
/**
* Returns the type of the range
*