1
0
mirror of synced 2024-11-22 21:36:10 +03:00
bitrix-module/intaro.intarocrm/include.php

10 lines
234 B
PHP
Raw Normal View History

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
)
);
?>