Unverified Commit 77cec750 authored by rennokki's avatar rennokki Committed by GitHub

wip [skip ci]

Co-Authored-By: 's avatarStas <smolevich90@gmail.com>
parent a6229ce8
......@@ -236,7 +236,7 @@ class Book extends Model
protected $primaryKey = 'id';
}
// 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().
Book::create(['id' => 1, 'title' => 'The Fault in Our Stars']);
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment