We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878de21 commit 93a1dc9Copy full SHA for 93a1dc9
README.md
@@ -86,9 +86,7 @@ By default the query builder will fetch the latest version (e. g. `User::find(1)
86
87
* `version(NUMBER_OF_VERSION)` returns a specific version<br>Example: `User::version(2)->find(1)` will return version #2 of user #1
88
89
-* `getAllVersions()` returns all versions of the queried items<br>Example: `User::getAllVersions()` will return all versions of all users
90
-
91
-* `findAllVersions(ID)` returns all versions of an item<br>Example: `User::findAllVersions(1)` will return all versions of user #1
+* `allVersions()` returns all versions of the queried items<br>Example: `User::allVersions()->get()` will return all versions of all users
92
93
#### Create, update and delete
94
0 commit comments