1
0
Fork 0
mirror of synced 2025-04-01 21:06:14 +03:00
bitrix-module/intaro.intarocrm/include.php
2013-07-16 18:50:05 +04:00

9 lines
234 B
PHP
Executable file

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