doctrine / doctrine-website

Source code for the doctrine-project.org website and documentation.
https://www.doctrine-project.org
MIT License
31 stars 63 forks source link

Replace skeleton mapper with orm for blogposts #589

Closed SenseException closed 4 months ago

SenseException commented 4 months ago

With this PR it looks like data-builder aren't needed anymore. Blogposts are one of two models that are using data-builder for writing data into a cache, that won't be needed when ORM is used.