This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the global config array to ArrayObject conversion
The config array to object conversion is Aura.Di specific only. Other containers like Disco can't handle this. It's better to convert the config array only where needed. Aura.Di needs this since it's the only way to inject the config into the container as it only accepts objects.
- Loading branch information