minor fixes

This commit is contained in:
ludo
2024-02-23 08:35:41 +01:00
parent fb6da523fa
commit cc411cba68
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();
}
}