1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

fix AddAutoloadClasses

This commit is contained in:
gorokh 2020-03-11 14:42:34 +03:00
parent b2ecf34977
commit b4c8879ec9

View file

@ -23,5 +23,8 @@ CModule::AddAutoloadClasses(
'RetailCrm\Exception\InvalidJsonException' => 'classes/general/Exception/InvalidJsonException.php',
'RetailCrm\Exception\CurlException' => 'classes/general/Exception/CurlException.php',
'RetailCrmCorporateClient' => file_exists($server . '/bitrix/php_interface/retailcrm/RetailCrmCorporateClient.php') ? '../../php_interface/retailcrm/RetailCrmCorporateClient.php' : 'classes/general/user/RetailCrmCorporateClient.php',
'RetailcrmConfigProvider' => 'classes/general/RetailcrmConfigProvider.php',
'RetailcrmConstants' => 'classes/general/RetailcrmConstants.php',
'RetailcrmDependencyLoader' => 'classes/general/RetailcrmDependencyLoader.php',
)
);