diff --git a/Models/NullMilage.php b/Models/NullMilage.php new file mode 100644 index 0000000..f0092bc --- /dev/null +++ b/Models/NullMilage.php @@ -0,0 +1,46 @@ +id = $id; + } + + /** + * {@inheritdoc} + */ + public function jsonSerialize() : mixed + { + return ['id' => $this->id]; + } +}