This commit is contained in:
Yuri Kuznetsov
2023-02-13 12:03:02 +02:00
parent fcc13ef10c
commit 5f4643d725
24 changed files with 130 additions and 133 deletions
@@ -32,7 +32,7 @@ namespace Espo\ORM\Repository;
use Espo\ORM\Entity;
/**
* An access point for fetching and storing records.
* An access point for record fetching and storing.
*
* @template TEntity of Entity
*/