Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 61fbfe2

Browse files
committed
[BUGFIX] Add missing class to ext_autoload
1 parent a3234b7 commit 61fbfe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext_autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'tx_coreapi_command_siteapicommandcontroller' => $extensionClassesPath . 'Command/SiteApiCommandController.php',
1010
'tx_coreapi_command_cacheapicommandcontroller' => $extensionClassesPath . 'Command/CacheApiCommandController.php',
1111
'tx_coreapi_service_cacheapiservice' => $extensionClassesPath . 'Service/CacheApiService.php',
12+
'tx_coreapi_service_siteapiservice' => $extensionClassesPath . 'Service/SiteApiService.php',
1213
'tx_coreapi_service_databaseapiservice' => $extensionClassesPath . 'Service/DatabaseApiService.php',
1314
'tx_coreapi_service_extensionapiservice' => $extensionClassesPath . 'Service/ExtensionApiService.php',
1415
);

0 commit comments

Comments
 (0)