1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/intaro.crm/include.php
2013-07-08 15:08:14 +04:00

9 lines
153 B
PHP

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