@@ -7,8 +7,6 @@ |
||
| 7 | 7 | |
| 8 | 8 | |
| 9 | 9 | use HDNET\OnpageIntegration\Service\AbstractService; |
| 10 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
| 11 | -use TYPO3\CMS\Extbase\Utility\DebuggerUtility; |
|
| 12 | 10 | |
| 13 | 11 | class ProgressService extends AbstractService |
| 14 | 12 | { |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | */ |
| 39 | 39 | public function SeoAction($call) |
| 40 | 40 | { |
| 41 | - $apiCallString = 'zoom_' . $call . '_table'; |
|
| 41 | + $apiCallString = 'zoom_'.$call.'_table'; |
|
| 42 | 42 | |
| 43 | 43 | $table = $this->loader->load($apiCallString); |
| 44 | 44 | $this->view->assignMultiple([ |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | */ |
| 53 | 53 | public function ContentAction($call) |
| 54 | 54 | { |
| 55 | - $apiCallString = 'zoom_' . $call . '_table'; |
|
| 55 | + $apiCallString = 'zoom_'.$call.'_table'; |
|
| 56 | 56 | |
| 57 | 57 | $table = $this->loader->load($apiCallString); |
| 58 | 58 | $this->view->assignMultiple([ |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | */ |
| 67 | 67 | public function TechnicalAction($call) |
| 68 | 68 | { |
| 69 | - $apiCallString = 'zoom_' . $call . '_table'; |
|
| 69 | + $apiCallString = 'zoom_'.$call.'_table'; |
|
| 70 | 70 | |
| 71 | 71 | $table = $this->loader->load($apiCallString); |
| 72 | 72 | $this->view->assignMultiple([ |