neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

BUGFIX: Fix NodeAddress method name #141

Closed bwaidelich closed 4 years ago

bwaidelich commented 4 years ago

setNodeAggregateIdentifier() was misleading because it doesn't mutate the instance. Renamed the method to withNodeAggregateIdentifier() and adjusted the single usage correspondingly.