@@ -50,8 +50,8 @@ |
||
50 | 50 | protected function getApiCallsArray() |
51 | 51 | { |
52 | 52 | $this->fileService = GeneralUtility::makeInstance(FileService::class); |
53 | - $apiCallData = $this->fileService->readFile( |
|
54 | - PATH_site . 'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json' |
|
53 | + $apiCallData = $this->fileService->readFile( |
|
54 | + PATH_site.'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json' |
|
55 | 55 | ); |
56 | 56 | |
57 | 57 | return json_decode($apiCallData, true); |