We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79c4e5 commit 7fe4e12Copy full SHA for 7fe4e12
README.md
@@ -47,6 +47,8 @@ The one change to keep in mind here is that the results returned from
47
to double-check your results, if you have been using `count()`,
48
`first()`, `isEmpty()`, `slice()`, `has()`, `get()`, or `all()` on your results.
49
50
+Also, `getProviders()` now returns a Laravel Collection instead of an array.
51
+
52
**Alert:** if you have been using the `getIterator()` method, it is no longer
53
needed. Simply iterate over your results as you would any other Laravel
54
collection.
0 commit comments