Skip to content

Commit 7e8234f

Browse files
Merge pull request #6 from fieryprophet/patch-2
Update README.md
2 parents 79e579b + d4873ae commit 7e8234f

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
@@ -65,7 +65,7 @@ class User extends \Illuminate\Database\Eloquent\Model
6565

6666
You need to add the following columns to your main model table:
6767

68-
* `last_version` (integer).
68+
* `latest_version` (integer).
6969

7070
Furthermore you need a version table. The name of the version table is identical with the name of the main model table (e. g. for a model table `users` the name would be `users_version`). This table must contain the following columns:
7171

0 commit comments

Comments
 (0)