suyuan-breed/vendor/clagiordano/weblibs-configmanager/src/ConfigManager.php

15 lines
363 B
PHP

<?php
namespace clagiordano\weblibs\configmanager;
/**
* Class ConfigManager, class for easily read and access to php config array file.
* @package clagiordano\weblibs\configmanager
* @deprecated This is a wrapper for the same class with the new name,
* please use directly ArrayConfigManager instead
*/
class ConfigManager extends ArrayConfigManager
{
}