We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a30d1d commit cb9bb48Copy full SHA for cb9bb48
src/VMBDataExport/Controller/DataExportController.php
@@ -23,7 +23,7 @@ public function exportAction() {
23
24
$this->redirect_to = $data['redirect_to'];
25
26
- $mainService = $this->getServiceLocator()->get('VMBDataExport\Service\MainService');
+ $mainService = $this->getPluginManager()->getServiceLocator()->get('VMBDataExport\Service\MainService');
27
$filePath = $mainService->strategy($data['type'],$data);
28
29
return $this->redirect()->toUrl($filePath);
@@ -35,4 +35,4 @@ public function exportAction() {
35
36
}
37
38
-}
+}
0 commit comments