1
0
mirror of synced 2025-02-18 16:03:16 +03:00
2020-12-15 13:32:52 +03:00

28 lines
302 B
PHP

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