This question is related to Appending multiple config arrays in PhalconPHP
I am trying to get retrieve an object from the DI using the get method.
The object is
It looks like you're doing $di->set('config', $new_array); instead of $di->set('config', $config); :)
$di->set('config', $new_array);
$di->set('config', $config);