mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
13 lines
217 B
PHP
13 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
|
|
{
|
|
}
|