demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

#168 refactor(repository): extract code into abstract class #169

Open joorei opened 2 months ago

joorei commented 2 months ago

Most of the code in PhpEntityRepository is relevant for other repositories based on an entity provider too. Hence, the re-usable logic was moved into a newly created abstract class.

Refs: #168