Skip to content

Commit 88e614d

Browse files
Update README.md
1 parent 1efcb10 commit 88e614d

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
@@ -92,7 +92,7 @@ class User extends Authenticatable
9292

9393
If you don't specify the value for the primary key of your model, a UUIDv4 will
9494
be automatically generated. However, if you do specify your own UUIDv4 then it
95-
will not generate one, but instead use the one you have explicity provided. This
95+
will not generate one, but instead use the one you have explicitly provided. This
9696
can be useful when needing the know the ID of the model before you have created
9797
it:
9898

0 commit comments

Comments
 (0)