Skip to content

Commit 45cb230

Browse files
committed
Update README
1 parent e40c19d commit 45cb230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parameters:
2020
repositoryClass: MyApp\Doctrine\BetterEntityRepository
2121
```
2222

23-
Alternatively, you can provide your object manager and all custom repositories will be loaded
23+
You can opt in for more advanced analysis by providing the object manager from your own application. This will allow the correct entity `repositoryClass` to be inferred when accessing `$entityManager->getRepository()`:
2424

2525
```neon
2626
parameters:

0 commit comments

Comments
 (0)