10 lines
228 B
PHP
Executable File
10 lines
228 B
PHP
Executable File
<?php
|
|
CModule::AddAutoloadClasses(
|
|
'intaro.crm', // module name
|
|
array (
|
|
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
|
|
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php'
|
|
)
|
|
);
|
|
?>
|