初始化仓库
This commit is contained in:
14
vendor/clagiordano/weblibs-configmanager/src/ConfigManager.php
vendored
Normal file
14
vendor/clagiordano/weblibs-configmanager/src/ConfigManager.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user