mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
14 lines
217 B
PHP
14 lines
217 B
PHP
|
<?php
|
||
|
|
||
|
namespace SuiteCRM\Core\Base\Config;
|
||
|
|
||
|
use SuiteCRM\Core\Base\Helper\Data\Collection;
|
||
|
|
||
|
/**
|
||
|
* Class ParameterCollection
|
||
|
* @package SuiteCRM\Core\Base\Config
|
||
|
*/
|
||
|
class ParameterCollection extends Collection
|
||
|
{
|
||
|
}
|