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

12 lines
618 B
PHP
Raw Normal View History

2013-09-12 19:00:46 +04:00
<?php
CModule::AddAutoloadClasses(
'intaro.intarocrm', // module name
array (
2014-03-22 14:52:17 +04:00
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php',
'ICMLLoader' => 'classes/general/ICMLLoader.php',
'ICrmOrderEvent' => 'classes/general/events/ICrmOrderEvent.php',
'IntaroCrm\Exception\ApiException' => 'classes/general/Exception/ApiException.php',
'IntaroCrm\Exception\CurlException' => 'classes/general/Exception/CurlException.php'
2013-09-12 19:00:46 +04:00
)
);