We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6229ce commit 77cec75Copy full SHA for 77cec75
README.md
@@ -236,7 +236,7 @@ class Book extends Model
236
protected $primaryKey = 'id';
237
}
238
239
-// Mongo will also createa _id, but the 'id' property will be used for primary key actions like find().
+// Mongo will also create _id, but the 'id' property will be used for primary key actions like find().
240
Book::create(['id' => 1, 'title' => 'The Fault in Our Stars']);
241
```
242
0 commit comments