Added correct imports for export action

This commit is contained in:
Luca Haid
2025-04-23 08:36:06 +00:00
parent 6e993115c8
commit 68aeef0eab

View File

@@ -1,5 +1,8 @@
<?php
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
class BuildingController extends mfBaseController {
protected function init() {