neos / contentrepository-development-collection

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

Prevent legacy Node instantiation #184

Open bwaidelich opened 3 years ago

bwaidelich commented 3 years ago

Adds a composer patch file that prevents legacy nodes from being instantiated by introducing an exception to the \Neos\ContentRepository\Domain\Model\Node constructor.

Fixes: #183