RDBRelation generic

This commit is contained in:
Yuri Kuznetsov
2024-02-07 15:56:56 +02:00
parent b81d6962ae
commit 2ebbc942d3
3 changed files with 57 additions and 4 deletions
@@ -199,6 +199,7 @@ class RDBRepository implements Repository
* Get an access point for a specific relation of a record.
*
* @param TEntity $entity
* @return RDBRelation<Entity>
*/
public function getRelation(Entity $entity, string $relationName): RDBRelation
{