Hi everyone,
I'm currently trying to override a module to adapt it to the functioning of the site.
The goal would be to override a custom class ModuleClass from this module (located in /modules/<module>/classes/ModuleClass.php) which extends ObjectModel. I tried this by putting an override...