columna faltante del modelo
This commit is contained in:
@ -5,4 +5,12 @@ use Incoviba\Model;
|
||||
|
||||
class TipoEstadoPago extends Model\Tipo
|
||||
{
|
||||
public bool $activo;
|
||||
|
||||
public function jsonSerialize(): mixed
|
||||
{
|
||||
return array_merge(parent::jsonSerialize(), [
|
||||
'activo' => $this->activo
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user