default template value

This commit is contained in:
Yuri Kuznetsov
2025-10-26 10:29:05 +02:00
parent 02f1e94c86
commit 9935a6cd11
@@ -51,7 +51,7 @@ use RuntimeException;
/**
* An access point for a specific relation of a record.
*
* @template TEntity of Entity
* @template TEntity of Entity = Entity
*/
class RDBRelation
{