diff --git a/app/Http/Controllers/Staff/ReportDownloadController.php b/app/Http/Controllers/Staff/ReportDownloadController.php index 00f1614..ce64bc2 100644 --- a/app/Http/Controllers/Staff/ReportDownloadController.php +++ b/app/Http/Controllers/Staff/ReportDownloadController.php @@ -6,7 +6,7 @@ use App\Domain\Report\ExportFormat; use App\Http\Controllers\Controller; use App\Models\StudyReport; -use App\Services\Export\Exporters; +use App\Services\Report\Export\Exporters; use App\Services\Report\ReportStorage; final class ReportDownloadController extends Controller diff --git a/app/Services/Export/ExportDocumentBase.php b/app/Services/Report/Export/ExportDocumentBase.php similarity index 94% rename from app/Services/Export/ExportDocumentBase.php rename to app/Services/Report/Export/ExportDocumentBase.php index e339a13..aafd29b 100644 --- a/app/Services/Export/ExportDocumentBase.php +++ b/app/Services/Report/Export/ExportDocumentBase.php @@ -1,6 +1,6 @@