1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/intaro.intarocrm/include.php
Grisha Pomadchin 7adc05f146 general fixes
2013-07-24 14:44:48 +04:00

9 lines
302 B
PHP
Executable File

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