null, "plantilla_id" => null, "tipo" => null, "tipo_maquina" => null, "tipo_impresion" => null, "tiempo_min" => null, "tiempo_max" => null, "margen" => null, "is_deleted" => 0, "deleted_at" => null, "created_at" => null, "updated_at" => null, ]; protected $casts = [ "plantilla_id" => "int", "tiempo_min" => "float", "tiempo_max" => "float", "margen" => "float", "is_deleted" => "int", ]; }