minor fixes

This commit is contained in:
ludo
2024-02-23 08:35:41 +01:00
parent 3acb69abe4
commit c15a6e380f
47 changed files with 148 additions and 2458 deletions

View File

@@ -66,9 +66,4 @@ class ProducerController extends Controller
return Producers::deleteImage($id, $index);
}
public function exportExcel()
{
return Producers::exportExcel();
}
}