1
0
mirror of synced 2025-01-19 17:31:43 +03:00
Grisha Pomadchin 7adc05f146 general fixes
2013-07-24 14:44:48 +04:00

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'
)
);