We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Config is currently a static class that can be changed at any time. It would be nice if it was instead injected where it's needed.
The issue is that it would need to be fed through a lot of layers, up to 6.
A DI framework would shine here, but it's not worth it.
Config is currently a static class that can be changed at any time. It would be nice if it was instead injected where it's needed.
The issue is that it would need to be fed through a lot of layers, up to 6.
A DI framework would shine here, but it's not worth it.