Reservas
This commit is contained in:
@ -26,7 +26,7 @@ abstract class Model implements Define\Model
|
||||
public function jsonSerialize(): mixed
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'id' => $this->id ?? '',
|
||||
...$this->jsonComplement()
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user