Webiny\Component\StdLib\ComponentTrait::appendConfig PHP Method

appendConfig() public static method

Append new config to the existing component config
public static appendConfig ( array | ConfigObject $config )
$config array | Webiny\Component\Config\ConfigObject
    public static function appendConfig($config)
    {
        self::setConfig(self::getConfig()->mergeWith($config));
    }