Hey, > Another possibility would be to make it a singleton and instantiate it > wherever you need it using the objectManager - then the DI is working of > course. This is what we suggest, you should NOT use static classes, now that we have DI :) Greets, Sebastian