34 lines
598 B
PHP
34 lines
598 B
PHP
<?php
|
|
|
|
/**
|
|
* @category RetailCRM
|
|
* @package RetailCRM
|
|
* @author RetailCRM <integration@retailcrm.ru>
|
|
* @license MIT
|
|
* @link http://retailcrm.ru
|
|
* @see http://retailcrm.ru/docs
|
|
*/
|
|
|
|
/**
|
|
* RetailcrmDependencyLoader class
|
|
*
|
|
* @category RetailCRM
|
|
* @package RetailCRM
|
|
*/
|
|
|
|
IncludeModuleLangFile(__FILE__);
|
|
|
|
require_once __DIR__ . '/../../lib/component/dependencyloader.php';
|
|
|
|
/**
|
|
* PHP version 5.3
|
|
*
|
|
* RetailcrmDependencyLoader class
|
|
*
|
|
* @category RetailCRM
|
|
* @package RetailCRM
|
|
*/
|
|
class RetailcrmDependencyLoader extends \Intaro\RetailCrm\Component\DependencyLoader
|
|
{
|
|
}
|