RDBRelation generic
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user