9 lines
302 B
PHP
Executable File
9 lines
302 B
PHP
Executable File
<?php
|
|
CModule::AddAutoloadClasses(
|
|
'intaro.intarocrm', // module name
|
|
array (
|
|
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
|
|
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php',
|
|
'ICrmOrderEvent' => 'classes/general/events/ICrmOrderEvent.php'
|
|
)
|
|
); |