1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.retailcrm/classes/general/RetailcrmConstants.php

36 lines
566 B
PHP
Raw Normal View History

2020-04-24 13:18:18 +03:00
<?php
/**
* @category RetailCRM
* @package RetailCRM
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://retailcrm.ru/docs
*/
/**
2020-04-24 13:18:18 +03:00
* RetailcrmConstants
*
2020-12-15 12:39:38 +03:00
* @category RetailCRM
* @package RetailCRM
2020-04-24 13:18:18 +03:00
*/
use Intaro\RetailCrm\Component\Constants;
2020-04-24 13:18:18 +03:00
IncludeModuleLangFile(__FILE__);
require_once __DIR__ . '/../../lib/component/constants.php';
2020-04-24 13:18:18 +03:00
/**
* PHP version 5.3
*
* RetailcrmConstants
*
2020-12-15 12:39:38 +03:00
* @category RetailCRM
* @package RetailCRM
2020-04-24 13:18:18 +03:00
*/
class RetailcrmConstants extends Constants
2020-04-24 13:18:18 +03:00
{
}