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

Commit fa24e93

Browse files
[BUGFIX] Added class to ext_autoload
Related: #43
1 parent 027d6c5 commit fa24e93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ext_autoload.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<?php
2-
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
3-
// This file was generated on 2012-07-02 17:52
1+
<?php
42

53
$extensionPath = t3lib_extMgm::extPath('coreapi');
64
$extensionClassesPath = $extensionPath . 'Classes/';
5+
76
return array(
87
'tx_coreapi_command_databaseapicommandcontroller' => $extensionClassesPath . 'Command/DatabaseApiCommandController.php',
98
'tx_coreapi_command_siteapicommandcontroller' => $extensionClassesPath . 'Command/SiteApiCommandController.php',
@@ -12,5 +11,7 @@
1211
'tx_coreapi_service_siteapiservice' => $extensionClassesPath . 'Service/SiteApiService.php',
1312
'tx_coreapi_service_databaseapiservice' => $extensionClassesPath . 'Service/DatabaseApiService.php',
1413
'tx_coreapi_service_extensionapiservice' => $extensionClassesPath . 'Service/ExtensionApiService.php',
14+
'tx_coreapi_cli_dispatcher' => $extensionClassesPath .'Cli/Dispatcher.php',
1515
);
16+
1617
?>

0 commit comments

Comments
 (0)