Hello!
I'm migrating my addons to XF 2.3 and I ran into a problem when exntending some Repository classes.
The new version now uses a better naming convention to its classes (and that's great) such as \XF\Repository\Thread now is \XF\Repository\ThreadRepository, for example.
After setting my...