funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 1498b67200 - Show all commits

View file

@ -77,7 +77,7 @@ class ComisionesController
public function descargarCanastaEjemplo(): BinaryFileResponse public function descargarCanastaEjemplo(): BinaryFileResponse
{ {
$file = storage_path('csv/productos.csv'); $file = resource_path('csv/productos.csv');
return response()->download($file); return response()->download($file);
} }