vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
82 stars 21 forks source link

What is the mergeAssociated(array $data) function for? #190

Open mrmt00 opened 1 year ago

mrmt00 commented 1 year ago

https://github.com/vierge-noire/cakephp-fixture-factories/blob/a808936ff57761890270112cca838bf1265047cf/src/Factory/BaseFactory.php#L555-L569

pabloelcolombiano commented 1 year ago

There is no use of this function, it was put public in order to have it tested. But indeed we could put it in protected/private.