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.
2 parents 2b68b00 + 77cec75 commit 29807a2Copy full SHA for 29807a2
.styleci.yml
@@ -0,0 +1 @@
1
+preset: laravel
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