Skip to content

Commit 05542e7

Browse files
authored
Clarify that the repository trait is for Doctrine ORM only
The ORM is not the only Doctrine project having the concept of a repository.
1 parent 262db21 commit 05542e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use SymfonyCasts\Bundle\ResetPassword\Model\ResetPasswordRequestInterface;
1313

1414
/**
15-
* Trait can be added to a Doctrine repository to help implement
15+
* Trait can be added to a Doctrine ORM repository to help implement
1616
* ResetPasswordRequestRepositoryInterface.
1717
*
1818
* @author Jesse Rushlow <[email protected]>

0 commit comments

Comments
 (0)