Skip to content

Commit 77cec75

Browse files
rennokkiSmolevich
andauthored
wip [skip ci]
Co-Authored-By: Stas <[email protected]>
1 parent a6229ce commit 77cec75

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
@@ -236,7 +236,7 @@ class Book extends Model
236236
protected $primaryKey = 'id';
237237
}
238238

239-
// Mongo will also createa _id, but the 'id' property will be used for primary key actions like find().
239+
// Mongo will also create _id, but the 'id' property will be used for primary key actions like find().
240240
Book::create(['id' => 1, 'title' => 'The Fault in Our Stars']);
241241
```
242242

0 commit comments

Comments
 (0)