I'm trying to build a custom module by overwriting Contao's comments module.
In localhost so far so good. But, when I push to remote, Contao's comments module seems to be called after my custom module and so my module isn't rendered anymore. (I detected call order with var_dumps).
Why is Contao's comments module called after mine? Can we change the module call order?
Thx everyone !!