Skip to content

Commit 93a1dc9

Browse files
committed
Update README.md
1 parent 878de21 commit 93a1dc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ By default the query builder will fetch the latest version (e. g. `User::find(1)
8686

8787
* `version(NUMBER_OF_VERSION)` returns a specific version<br>Example: `User::version(2)->find(1)` will return version #2 of user #1
8888

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
89+
* `allVersions()` returns all versions of the queried items<br>Example: `User::allVersions()->get()` will return all versions of all users
9290

9391
#### Create, update and delete
9492

0 commit comments

Comments
 (0)