2013-07-05 18:19:42 +04:00
|
|
|
<?php
|
|
|
|
CModule::AddAutoloadClasses(
|
2013-07-16 18:50:05 +04:00
|
|
|
'intaro.intarocrm', // module name
|
2013-07-05 18:19:42 +04:00
|
|
|
array (
|
2013-07-09 19:03:56 +04:00
|
|
|
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
|
|
|
|
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php'
|
2013-07-05 18:19:42 +04:00
|
|
|
)
|
|
|
|
);
|
|
|
|
?>
|