1
0
mirror of synced 2025-01-20 18:01:41 +03:00
2013-07-08 15:08:14 +04:00

9 lines
153 B
PHP

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