Skip to content

Commit 49b08c2

Browse files
author
Chris Cho
committed
PRR fixes
1 parent c327218 commit 49b08c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eloquent-models/model-class.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ the model in the ``celestial_body`` collection.
132132
Change the Primary Key Field
133133
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
134134

135-
To customize the model's primary key field that uniquely identify a MongoDB
135+
To customize the model's primary key field that uniquely identifies a MongoDB
136136
document, override the ``$primaryKey`` property of the model class.
137137

138138
By default, the model uses the PHP MongoDB driver to generate unique ObjectIDs

0 commit comments

Comments
 (0)