Completed
Push — develop ( 540fdf...388072 )
by
unknown
02:38
created
Classes/Provider/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     protected function getApiCallsArray(){
51 51
         $this->fileService = GeneralUtility::makeInstance(FileService::class);
52 52
         $apiCallData      = $this->fileService->readFile(
53
-           PATH_site . 'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json'
53
+            PATH_site . 'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json'
54 54
         );
55 55
 
56 56
         return json_decode($apiCallData, true);
Please login to merge, or discard this patch.