I am exporting my project to a test environment and it is copying over all the models exported by Skipper as expected. I am using Laravel and so far everything is going well.
In order to not change the workflow I need to define latestOfMany() as the relationship default behaviour in the exported Abstract Model.
Is there something I'm missing, can you define such behaviour in Skipper?
Many thanks