In a next step to replace the skeleton mapper I introduced the ORM to the website. The ORM's Repositories should be able to replace the ones from skeleton-mapper. The same with Hydrators.
This PR introduces how I imagine this replacement can happen by using it on the DoctrineUser. I'll be able to do this with all the other Datasource models too.
In a next step to replace the skeleton mapper I introduced the ORM to the website. The ORM's Repositories should be able to replace the ones from skeleton-mapper. The same with Hydrators.
This PR introduces how I imagine this replacement can happen by using it on the
DoctrineUser
. I'll be able to do this with all the other Datasource models too.