1
0
mirror of synced 2025-01-20 18:01:41 +03:00

9 lines
153 B
PHP
Raw Normal View History

2013-07-05 18:19:42 +04:00
<?php
CModule::AddAutoloadClasses(
'intaro.crm', // module name
array (
'IntaroCrm\RestApi' => 'classes/general/RestApi.php'
2013-07-05 18:19:42 +04:00
)
);
?>