TipoIngreso::class, ]; protected $fillable = [ 'numero', 'numero_z', 'ingreso_inicial', 'ingreso_final', 'total', 'tipo_ingreso', 'turno_id', ]; }