1
0
Fork 0
mirror of synced 2025-04-09 04:02:05 +00:00
api-client-php/lib/RetailCrm/Methods/V4/Statistic.php
2020-12-15 13:32:52 +03:00

27 lines
318 B
PHP

<?php
/**
* PHP version 5.4
*
* Statistic
*
* @category RetailCrm
* @package RetailCrm
*/
namespace RetailCrm\Methods\V4;
use RetailCrm\Methods\V3\Statistic as Previous;
/**
* PHP version 5.4
*
* Statistic class
*
* @category RetailCrm
* @package RetailCrm
*/
trait Statistic
{
use Previous;
}