Closed MichaelKubovic closed 5 years ago
Hey Michael! Thanks for your contribution. Of course no, we should add it. Can you add some test for that? Just extend one of the models and some hardcoded UUID.
I've added uuid to Product model and also refactored MatcherFactory to rely on SimpleFactory.
Thank you, Michael! :tada:
Is there any reason why
MatcherFactory
doesn't extend from https://github.com/coduo/php-matcher/blob/master/src/Factory/SimpleFactory.php? It would prevent this sort of issues in the future.