File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,11 @@ deprecated `slaveOkay` option. Much of this work was implemented in
103
103
104
104
The ` findAll() ` and ` findBy() ` methods in DocumentRepository previously returned
105
105
a Cursor object, which was not compatible with the ObjectRepository interface in
106
- Doctrine Common. This has been changed in #752 , so these methods now return a
107
- numerically indexed array. The change also affects the magic repository methods,
108
- which utilize ` findBy() ` internally. If users require a Cursor, they should
109
- utilize the query builder or a custom repository method.
106
+ Doctrine Common. This has been changed in
107
+ [ #752 ] ( https://github.com/doctrine/mongodb-odm/pull/752 ) , so these methods now
108
+ return a numerically indexed array. The change also affects the magic repository
109
+ methods, which utilize ` findBy() ` internally. If users require a Cursor, they
110
+ should utilize the query builder or a custom repository method.
110
111
111
112
#### Lifecycle callbacks and AlsoLoad
112
113
You can’t perform that action at this time.
0 commit comments