Last updated 5 years ago
Was this helpful?
Change populate() in ActiveEntity so the target is the last argument so you can just pass a struct as the first argument
populate()
ActiveEntity
Make the save() operation return the saved entity or array of entities instead of the Base ORM service to allow for concatenated fluent design
save()