1
0
mirror of synced 2024-11-22 21:36:10 +03:00
bitrix-module/intaro.crm/include.php
2013-07-10 18:21:13 +04:00

10 lines
228 B
PHP
Executable File

<?php
CModule::AddAutoloadClasses(
'intaro.crm', // module name
array (
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php'
)
);
?>