You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much of the code in PhpEntityRepository is simply based on the OffsetEntityProviderInterface. By moving it into an abstract repository class, it can be used in other repositories as well.
The text was updated successfully, but these errors were encountered:
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: demos-europe#168
Much of the code in
PhpEntityRepository
is simply based on theOffsetEntityProviderInterface
. By moving it into an abstract repository class, it can be used in other repositories as well.The text was updated successfully, but these errors were encountered: