Arreglado nombre de archivo

This commit is contained in:
Alejandro Tasistro 2024-12-09 21:13:51 -03:00
parent cef38cf69c
commit c4eb4563d5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class ComprasController
public function descargarPedidos() { public function descargarPedidos() {
Producto::planillaTotales(); Producto::planillaTotales();
$file = resource_path('csv/exports/total-pedidos.csv'); $file = resource_path('csv/exports/pedidos-por-barrio.csv');
return response()->download($file); return response()->download($file);
} }