1
0
mirror of synced 2025-02-16 15:03:14 +03:00
2013-07-09 19:03:56 +04:00

10 lines
228 B
PHP

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